]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Add grunt-cli to devDependencies, don't install it globally
authorMichał Gołębiowski <m.goleb@gmail.com>
Wed, 25 May 2016 12:59:28 +0000 (14:59 +0200)
committerScott González <scott.gonzalez@gmail.com>
Wed, 25 May 2016 20:42:22 +0000 (16:42 -0400)
This makes it possible to use Grunt without installing grunt-cli globally
which makes the whole process more resilient.

Ref gh-1706

.travis.yml
package.json

index fb3b75b1d057894a50f1b876461121385a776741..7143893d2d8ee32a952625a1a60c04c6c603acc1 100644 (file)
@@ -3,5 +3,3 @@ dist: trusty
 language: node_js
 node_js:
   - "0.12"
-before_script:
-  - npm install -g grunt-cli
index faf798b11db20fadd47ad4d984ea1785341ced4c..d83a01f5117d9c5c3142eeecf3d8b3bd5c3fe82a 100644 (file)
@@ -55,6 +55,7 @@
                "commitplease": "2.3.0",
                "grunt": "0.4.5",
                "grunt-bowercopy": "1.2.4",
+               "grunt-cli": "0.1.13",
                "grunt-compare-size": "0.4.0",
                "grunt-contrib-concat": "0.5.1",
                "grunt-contrib-csslint": "0.5.0",