aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-12-19 20:18:58 -0500
committerMike Sherov <mike.sherov@gmail.com>2012-12-19 20:18:58 -0500
commit34946b3d63afb6943febe0ac4be4dcecc739729d (patch)
tree81a60e1acdec35463316a92a6c5b5044df892a41 /Gruntfile.js
parent3ffaa0fecb571f1c5a5d2ca212e9a009fe0571a4 (diff)
downloadjquery-34946b3d63afb6943febe0ac4be4dcecc739729d.tar.gz
jquery-34946b3d63afb6943febe0ac4be4dcecc739729d.zip
Make sure Jenkins can grunt jQuery right from npm install
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index d0b3f1e0f..68be0ecc9 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -452,11 +452,9 @@ module.exports = function( grunt ) {
});
// Load grunt tasks from NPM packages
- grunt.loadNpmTasks( "grunt-compare-size" );
- grunt.loadNpmTasks( "grunt-git-authors" );
- grunt.loadNpmTasks( "grunt-update-submodules" );
-
- // grunt contrib tasks
+ grunt.loadNpmTasks("grunt-compare-size");
+ grunt.loadNpmTasks("grunt-git-authors");
+ grunt.loadNpmTasks("grunt-update-submodules");
grunt.loadNpmTasks("grunt-contrib-watch");
grunt.loadNpmTasks("grunt-contrib-jshint");
grunt.loadNpmTasks("grunt-contrib-uglify");