https://github.com/daniel-j/grunt-boilerplate
This is a simple Grunt boilerplate for CoffeeScript, Backbone+Marionette, LESS, eco and Jade
https://github.com/daniel-j/grunt-boilerplate
Last synced: 7 months ago
JSON representation
This is a simple Grunt boilerplate for CoffeeScript, Backbone+Marionette, LESS, eco and Jade
- Host: GitHub
- URL: https://github.com/daniel-j/grunt-boilerplate
- Owner: daniel-j
- Created: 2014-04-03T13:22:33.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-01T17:39:38.000Z (almost 12 years ago)
- Last Synced: 2024-12-29T01:31:53.307Z (over 1 year ago)
- Language: CoffeeScript
- Size: 176 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://gruntjs.com/)
Grunt Boilerplate with CoffeeScript, LESS, eco, Jade and Backbone+Marionette
====
Installation
====
Install grunt-cli and bower:
$ sudo npm install -g grunt-cli bower
$ npm install && bower install && grunt bower:install
Usage
===
To build the app in development, run:
$ grunt
And in production:
$ NODE_ENV=production grunt
To run in watch mode, use the edit task:
$ grunt edit
If you run in watch mode, you may run into this error: http://stackoverflow.com/questions/16748737/grunt-watch-error-waiting-fatal-error-watch-enospc