Please view gulpfile.js or packages.json for required modules.
- cd to your directory
- run
npm install
- grab a beer
- run
gulp
- code shit
gulp
Main functions. Will compile CSS files and run them through packages listed below. Also runs gulp watch, so this only needs to be run once. ctrl+c
to quit.
Change or remove the proxy
argument if using MAMP/LAMP/WAMP server.
gulp ie8
Run only after the main style has been generated and only IF you're having issues in IE8 or lower. Will add a separate folder under ie/{filename}
gulp cssstats
Returns stats about the CSS file(s) in question to the console.
By default, the styles are run through the following packages unless otherwise noted.
-
https://github.com/jonathantneal/oldie (Only run if gulp ie8 is used)