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

https://github.com/timbroddin/meteor-grunt-tasks

Grunt tasks for Meteor based on my workflow
https://github.com/timbroddin/meteor-grunt-tasks

Last synced: 10 months ago
JSON representation

Grunt tasks for Meteor based on my workflow

Awesome Lists containing this project

README

          

Meteor-Grunt-Tasks
-------------------

Grunt tasks for Meteor. Taken from my [my-meteor-boilerplate](https://github.com/TimBroddin/my-meteor-boilerplate).

Just download/checkout in /private/ and rename to grunt. Then:

cd private/grunt
npm install
grunt
grunt watch

Based on [chriscoyier/My-Grunt-Boilerplate](https://github.com/chriscoyier/My-Grunt-Boilerplate).