Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 634 Bytes

readme.md

File metadata and controls

31 lines (16 loc) · 634 Bytes

JL Gulp Starter

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.

Start

After cloning the project you can download all the depend node modules using:

npm install

Start

gulp

Build

Create a deployment build with the following commands:

gulp build

Test App Build

To fire up a server and test the final build:

gulp build:serve

todo

rework build