mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Make sure Jenkins can grunt jQuery right from npm install
This commit is contained in:
parent
3ffaa0fecb
commit
34946b3d63
@ -455,8 +455,6 @@ module.exports = function( grunt ) {
|
||||
grunt.loadNpmTasks("grunt-compare-size");
|
||||
grunt.loadNpmTasks("grunt-git-authors");
|
||||
grunt.loadNpmTasks("grunt-update-submodules");
|
||||
|
||||
// grunt contrib tasks
|
||||
grunt.loadNpmTasks("grunt-contrib-watch");
|
||||
grunt.loadNpmTasks("grunt-contrib-jshint");
|
||||
grunt.loadNpmTasks("grunt-contrib-uglify");
|
||||
|
@ -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",
|
||||
@ -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": []
|
||||
|
Loading…
Reference in New Issue
Block a user