Add a watch task to recompile assets on change

This commit is contained in:
Rowan Manning
2013-11-05 11:34:27 +00:00
parent 6b0cf20e4e
commit 46d9f2ade8
3 changed files with 10 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
"grunt": "~0.4",
"grunt-contrib-jshint": "~0.7",
"grunt-contrib-less": "~0.8",
"grunt-contrib-watch": "~0.5",
"supervisor": "~0.5"
},