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: 4 months 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
- Host: GitHub
- URL: https://github.com/integralist/grunt-boilerplate
- Owner: Integralist
- License: mit
- Created: 2013-01-13T15:03:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-21T08:39:17.000Z (over 11 years ago)
- Last Synced: 2025-06-19T04:38:35.560Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 34.4 MB
- Stars: 180
- Watchers: 18
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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