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 @@ -68,7 +68,7 @@ module.exports = function(grunt) {
68
68
69
69
sass : {
70
70
options : {
71
- outputStyle : 'compressed'
71
+ style : 'compressed'
72
72
} ,
73
73
"blue.monday" : {
74
74
options : {
@@ -133,7 +133,7 @@ module.exports = function(grunt) {
133
133
grunt . loadNpmTasks ( 'grunt-contrib-concat' ) ;
134
134
grunt . loadNpmTasks ( 'grunt-contrib-copy' ) ;
135
135
grunt . loadNpmTasks ( 'grunt-contrib-uglify' ) ;
136
- grunt . loadNpmTasks ( 'grunt-sass' ) ;
136
+ grunt . loadNpmTasks ( 'grunt-contrib- sass' ) ;
137
137
grunt . loadNpmTasks ( 'grunt-mxmlc' ) ;
138
138
139
139
grunt . registerTask ( 'default' , [ 'test' , 'build' ] ) ;
Original file line number Diff line number Diff line change 39
39
"grunt-contrib-concat" : " ~0.5.0" ,
40
40
"grunt-contrib-copy" : " ^0.7.0" ,
41
41
"grunt-contrib-jshint" : " ~0.10.0" ,
42
+ "grunt-contrib-sass" : " ^0.8.1" ,
42
43
"grunt-contrib-uglify" : " ~0.6.0" ,
43
- "grunt-mxmlc" : " ~0.5.2" ,
44
- "grunt-sass" : " ^0.17.0"
44
+ "grunt-mxmlc" : " ~0.5.2"
45
45
}
46
46
}
You can’t perform that action at this time.
0 commit comments