mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Build: Add load-grunt-tasks
Closes gh-1191
This commit is contained in:
parent
390e440fcd
commit
05c5646071
11
Gruntfile.js
11
Gruntfile.js
@ -101,16 +101,7 @@ uiFiles.forEach(function( file ) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// grunt plugins
|
// grunt plugins
|
||||||
grunt.loadNpmTasks( "grunt-contrib-jshint" );
|
require( "load-grunt-tasks" )( grunt );
|
||||||
grunt.loadNpmTasks( "grunt-contrib-uglify" );
|
|
||||||
grunt.loadNpmTasks( "grunt-contrib-concat" );
|
|
||||||
grunt.loadNpmTasks( "grunt-contrib-qunit" );
|
|
||||||
grunt.loadNpmTasks( "grunt-contrib-csslint" );
|
|
||||||
grunt.loadNpmTasks( "grunt-jscs-checker" );
|
|
||||||
grunt.loadNpmTasks( "grunt-html" );
|
|
||||||
grunt.loadNpmTasks( "grunt-compare-size" );
|
|
||||||
grunt.loadNpmTasks( "grunt-git-authors" );
|
|
||||||
grunt.loadNpmTasks( "grunt-esformatter" );
|
|
||||||
// local testswarm and build tasks
|
// local testswarm and build tasks
|
||||||
grunt.loadTasks( "build/tasks" );
|
grunt.loadTasks( "build/tasks" );
|
||||||
|
|
||||||
|
13
package.json
13
package.json
@ -57,16 +57,17 @@
|
|||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "0.4.2",
|
"grunt": "0.4.2",
|
||||||
"grunt-contrib-jshint": "0.7.1",
|
|
||||||
"grunt-contrib-uglify": "0.1.1",
|
|
||||||
"grunt-contrib-concat": "0.1.3",
|
"grunt-contrib-concat": "0.1.3",
|
||||||
"grunt-contrib-qunit": "0.4.0",
|
|
||||||
"grunt-contrib-csslint": "0.2.0",
|
"grunt-contrib-csslint": "0.2.0",
|
||||||
|
"grunt-contrib-jshint": "0.7.1",
|
||||||
|
"grunt-contrib-qunit": "0.4.0",
|
||||||
"grunt-compare-size": "0.4.0-rc.3",
|
"grunt-compare-size": "0.4.0-rc.3",
|
||||||
"grunt-jscs-checker": "0.3.1",
|
"grunt-contrib-uglify": "0.1.1",
|
||||||
"grunt-html": "0.3.3",
|
|
||||||
"grunt-git-authors": "1.2.0",
|
|
||||||
"grunt-esformatter": "0.2.0",
|
"grunt-esformatter": "0.2.0",
|
||||||
|
"grunt-git-authors": "1.2.0",
|
||||||
|
"grunt-html": "0.3.3",
|
||||||
|
"grunt-jscs-checker": "0.3.1",
|
||||||
|
"load-grunt-tasks": "0.3.0",
|
||||||
"rimraf": "2.1.4",
|
"rimraf": "2.1.4",
|
||||||
"testswarm": "1.1.0"
|
"testswarm": "1.1.0"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user