JL Gulp starter is my current personal font-end framework using Gulp, Node, Compass, Susy, Breakpoint, Browser-Sync, Autoprefixer and Uglify.
Since this framework requires Compass you must have Ruby Compass, Susy and Breakpoint install on your system. I hope to remove these dependency in the near future.
After cloning the project you can download all the depend node modules using:
npm install
gulp
Create a deployment build with the following commands:
gulp build
To fire up a server and test the final build:
gulp build:serve
rework build