An open API service indexing awesome lists of open source software.

https://github.com/Integralist/Grunt-Boilerplate

This is a project set-up using Grunt to take case of some standard tasks such as: compiling AMD based modules using RequireJS, watching/compiling Sass into CSS, watching/linting JS code and some other things such as running unit tests
https://github.com/Integralist/Grunt-Boilerplate

Last synced: 20 days ago
JSON representation

This is a project set-up using Grunt to take case of some standard tasks such as: compiling AMD based modules using RequireJS, watching/compiling Sass into CSS, watching/linting JS code and some other things such as running unit tests

Awesome Lists containing this project

README

          

# Grunt-Boilerplate

This is a project set-up using Grunt to take care of some standard tasks such as: compiling AMD based modules using RequireJS, watching/compiling Sass into CSS, watching/linting JS code and some other things such as running unit tests.

## Dependencies

- `gem install image_optim`

## Help using Grunt

- [Grunt Boilerplate](http://www.integralist.co.uk/posts/grunt-boilerplate.html)
- [Using Grunts Config API](http://www.integralist.co.uk/posts/grunt-config.html)

## TODO:

- Look at integrating Jasmine code coverage via `istanbul` plugin
- Write custom task to clean `release` directory after RequireJS has run
- Write custom task to rewrite html to use compiled JS files after successful release build
- Write custom task for renaming un/optimised html files