integration wip: install local copy of grunt-cli
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Wed, 11 Dec 2013 16:30:35 +0000 (17:30 +0100)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Sun, 15 Dec 2013 21:32:51 +0000 (22:32 +0100)
grunt-cli is a runner that runs the most local copy of grunt itself.

With this change we don't care if it's available globally.

package.json

index 827e18f..cf58cfb 100644 (file)
@@ -1,6 +1,7 @@
 {
   "name": "rng-editor",
   "devDependencies": {
+    "grunt-cli": "0.1.11",
     "grunt": "~0.4.1",
     "grunt-contrib-requirejs": "~0.4.1",
     "grunt-contrib-less": "~0.6.1",