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
- 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: 2026-03-01T02:21:29.721Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 34.4 MB
- Stars: 180
- Watchers: 17
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-projects - 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 ⭐179 `JavaScript` (📦 Legacy & Inactive Projects)
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