File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -123,15 +123,15 @@ uiFiles.forEach(function( file ) {
123
123
} ) ;
124
124
125
125
// grunt plugins
126
- grunt . loadNpmTasks ( "grunt-contrib-jshint" ) ;
127
- grunt . loadNpmTasks ( "grunt-contrib-uglify" ) ;
126
+ grunt . loadNpmTasks ( "grunt-compare-size" ) ;
128
127
grunt . loadNpmTasks ( "grunt-contrib-concat" ) ;
129
- grunt . loadNpmTasks ( "grunt-contrib-qunit" ) ;
130
128
grunt . loadNpmTasks ( "grunt-contrib-csslint" ) ;
131
129
grunt . loadNpmTasks ( "grunt-contrib-cssmin" ) ;
132
- grunt . loadNpmTasks ( "grunt-html" ) ;
133
- grunt . loadNpmTasks ( "grunt-compare-size" ) ;
130
+ grunt . loadNpmTasks ( "grunt-contrib-jshint" ) ;
131
+ grunt . loadNpmTasks ( "grunt-contrib-qunit" ) ;
132
+ grunt . loadNpmTasks ( "grunt-contrib-uglify" ) ;
134
133
grunt . loadNpmTasks ( "grunt-git-authors" ) ;
134
+ grunt . loadNpmTasks ( "grunt-html" ) ;
135
135
// local testswarm and build tasks
136
136
grunt . loadTasks ( "build/tasks" ) ;
137
137
Original file line number Diff line number Diff line change 57
57
"dependencies" : {},
58
58
"devDependencies" : {
59
59
"grunt" : " 0.4.1" ,
60
- "grunt-contrib-jshint" : " 0.6.0" ,
61
- "grunt-contrib-uglify" : " 0.1.1" ,
60
+ "grunt-compare-size" : " 0.3.1" ,
62
61
"grunt-contrib-concat" : " 0.1.3" ,
63
- "grunt-contrib-qunit" : " 0.2.0" ,
64
62
"grunt-contrib-csslint" : " 0.1.1" ,
65
63
"grunt-contrib-cssmin" : " 0.4.2" ,
66
- "grunt-compare-size" : " 0.3.1" ,
67
- "grunt-html" : " 0.3.3" ,
64
+ "grunt-contrib-jshint" : " 0.6.0" ,
65
+ "grunt-contrib-qunit" : " 0.2.0" ,
66
+ "grunt-contrib-uglify" : " 0.1.1" ,
68
67
"grunt-git-authors" : " 1.2.0" ,
68
+ "grunt-html" : " 0.3.3" ,
69
69
"rimraf" : " 2.1.4" ,
70
70
"testswarm" : " 1.1.0"
71
71
},
You can’t perform that action at this time.
0 commit comments