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
- Host: GitHub
- URL: https://github.com/timbroddin/meteor-grunt-tasks
- Owner: TimBroddin
- Created: 2014-08-26T12:18:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-26T12:18:38.000Z (almost 12 years ago)
- Last Synced: 2025-09-12T04:01:06.301Z (10 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).