File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ grunt.loadNpmTasks( "grunt-contrib-jshint" );
127
127
grunt . loadNpmTasks ( "grunt-contrib-uglify" ) ;
128
128
grunt . loadNpmTasks ( "grunt-contrib-concat" ) ;
129
129
grunt . loadNpmTasks ( "grunt-contrib-qunit" ) ;
130
- grunt . loadNpmTasks ( "grunt-css" ) ;
130
+ grunt . loadNpmTasks ( "grunt-contrib-csslint" ) ;
131
+ grunt . loadNpmTasks ( "grunt-contrib-cssmin" ) ;
131
132
grunt . loadNpmTasks ( "grunt-html" ) ;
132
133
grunt . loadNpmTasks ( "grunt-compare-size" ) ;
133
134
grunt . loadNpmTasks ( "grunt-git-authors" ) ;
@@ -354,15 +355,14 @@ grunt.initConfig({
354
355
}
355
356
} ,
356
357
csslint : {
357
- // nothing: []
358
358
// TODO figure out what to check for, then fix and enable
359
359
base_theme : {
360
360
src : expandFiles ( "themes/base/*.css" ) . filter ( function ( file ) {
361
361
// TODO remove items from this list once rewritten
362
362
return ! ( / ( b u t t o n | d a t e p i c k e r | c o r e | d i a l o g | t h e m e ) \. c s s $ / ) . test ( file ) ;
363
363
} ) ,
364
364
// TODO consider reenabling some of these rules
365
- rules : {
365
+ options : {
366
366
"adjoining-classes" : false ,
367
367
"import" : false ,
368
368
"outline-none" : false ,
Original file line number Diff line number Diff line change 58
58
"grunt-contrib-uglify" : " 0.1.1" ,
59
59
"grunt-contrib-concat" : " 0.1.3" ,
60
60
"grunt-contrib-qunit" : " 0.1.1" ,
61
- "grunt-css" : " 0.5.4" ,
61
+ "grunt-contrib-csslint" : " 0.1.0" ,
62
+ "grunt-contrib-cssmin" : " 0.4.2" ,
62
63
"grunt-compare-size" : " 0.3.1" ,
63
64
"grunt-html" : " 0.3.3" ,
64
65
"grunt-git-authors" : " 1.1.0" ,
You can’t perform that action at this time.
0 commit comments