Skip to content

Commit

Permalink
Make sure Jenkins can grunt jQuery right from npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesherov committed Dec 20, 2012
1 parent 3ffaa0f commit 34946b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Gruntfile.js
Expand Up @@ -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");
Expand Down
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -21,6 +21,9 @@
"url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
}
],
"scripts": {
"test" : "./node_modules/.bin/grunt"
},
"dependencies": {},
"devDependencies": {
"grunt-compare-size": "0.3.1",
Expand All @@ -30,6 +33,7 @@
"grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-uglify": "~0.1.0",
"grunt": "~0.4.0rc4",
"grunt-cli": "0.1.6",
"testswarm": "0.2.2"
},
"keywords": []
Expand Down

0 comments on commit 34946b3

Please sign in to comment.