NOTE: No Longer needed when we have webpack these days ;)
A collection of gulp tasks and task group tasks, along with a skeleton app to verify the gulp tasks are running on actual code.
From this repo, you should be able to piece together the collection of gulp master tasks to build your own preferred framework.
$ git clone git@github.com:notbrain/viceroy.git
Install bower globally:
$ npm install -g bower
Install local dependencies:
$ npm install
Install bower dependencies:
$ bower install
Run the default watch command (see gulp/tasks/default.js
):
$ gulp
#ToDo
- Add images of each type processed by imagemin to gauge processing time
- Caching
- JS Source Maps
- Get LESS Source Maps to show up in Chrome inspector
- ???