File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,12 +80,11 @@ uiFiles.forEach(function( file ) {
80
80
compareFiles [ file ] = [ file , mapMinFile ( file ) ] ;
81
81
} ) ;
82
82
83
- // csslint and cssmin tasks
83
+ // grunt plugins
84
84
grunt . loadNpmTasks ( "grunt-css" ) ;
85
- // file size comparison tasks
86
- grunt . loadNpmTasks ( "grunt-compare-size" ) ;
87
- // html validation task
88
85
grunt . loadNpmTasks ( "grunt-html" ) ;
86
+ grunt . loadNpmTasks ( "grunt-compare-size" ) ;
87
+ grunt . loadNpmTasks ( "grunt-junit" ) ;
89
88
// local testswarm and build tasks
90
89
grunt . loadTasks ( 'build/tasks' ) ;
91
90
Original file line number Diff line number Diff line change 30
30
"grunt-css" : " 0.2.0" ,
31
31
"grunt-compare-size" : " 0.1.4" ,
32
32
"grunt-html" : " 0.1.1" ,
33
+ "grunt-junit" : " 0.1.4" ,
33
34
"request" : " 2.9.153" ,
34
35
"rimraf" : " 2.0.1" ,
35
36
"testswarm" : " 0.2.2"
You can’t perform that action at this time.
0 commit comments