Starting point for new web projects...
catapult comes with a gulpfile.js, preconfigured to minify images, concat and uglify js, compile scss. It also runs gulpicon on svg icons.
catapult consists of:
- basicss which includes normalize.css
- jQuery
- Modernizr
Install dependencies:
$ npm install
$ bower install
Build:
$ gulp
Develop:
$ gulp dev