mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Grunt: Add grunt-junit, to replace qunit task in Jenkins context
This commit is contained in:
parent
386bb7214b
commit
ca5d842584
7
grunt.js
7
grunt.js
@ -80,12 +80,11 @@ uiFiles.forEach(function( file ) {
|
||||
compareFiles[ file ] = [ file, mapMinFile( file ) ];
|
||||
});
|
||||
|
||||
// csslint and cssmin tasks
|
||||
// grunt plugins
|
||||
grunt.loadNpmTasks( "grunt-css" );
|
||||
// file size comparison tasks
|
||||
grunt.loadNpmTasks( "grunt-compare-size" );
|
||||
// html validation task
|
||||
grunt.loadNpmTasks( "grunt-html" );
|
||||
grunt.loadNpmTasks( "grunt-compare-size" );
|
||||
grunt.loadNpmTasks( "grunt-junit" );
|
||||
// local testswarm and build tasks
|
||||
grunt.loadTasks( 'build/tasks');
|
||||
|
||||
|
@ -30,6 +30,7 @@
|
||||
"grunt-css": "0.2.0",
|
||||
"grunt-compare-size": "0.1.4",
|
||||
"grunt-html": "0.1.1",
|
||||
"grunt-junit": "0.1.4",
|
||||
"request": "2.9.153",
|
||||
"rimraf": "2.0.1",
|
||||
"testswarm": "0.2.2"
|
||||
|
Loading…
Reference in New Issue
Block a user