Just a basic gulpfile.js for bootstrap scss (sass) projects
Source folders are in dist. Public folders are in... public.
Use bower to install dependencies
$ bower install
Install gulp plugins
$ npm install
Gulpify your project
$ gulp
Watch your work!
$ gulp watcher