File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ module.exports = function(grunt) {
38
38
} ,
39
39
40
40
sass : {
41
- main : {
41
+ dist : {
42
42
files : {
43
43
'css/theme/default.css' : 'css/theme/source/default.scss' ,
44
44
'css/theme/beige.css' : 'css/theme/source/beige.scss' ,
@@ -115,7 +115,7 @@ module.exports = function(grunt) {
115
115
grunt . loadNpmTasks ( 'grunt-contrib-cssmin' ) ;
116
116
grunt . loadNpmTasks ( 'grunt-contrib-uglify' ) ;
117
117
grunt . loadNpmTasks ( 'grunt-contrib-watch' ) ;
118
- grunt . loadNpmTasks ( 'grunt-contrib- sass' ) ;
118
+ grunt . loadNpmTasks ( 'grunt-sass' ) ;
119
119
grunt . loadNpmTasks ( 'grunt-contrib-connect' ) ;
120
120
grunt . loadNpmTasks ( 'grunt-zip' ) ;
121
121
Original file line number Diff line number Diff line change 32
32
"grunt-contrib-cssmin" : " ~0.4.1" ,
33
33
"grunt-contrib-uglify" : " ~0.2.4" ,
34
34
"grunt-contrib-watch" : " ~0.5.3" ,
35
- "grunt-contrib- sass" : " ~0.5 .0" ,
35
+ "grunt-sass" : " ~0.14 .0" ,
36
36
"grunt-contrib-connect" : " ~0.4.1" ,
37
37
"grunt-zip" : " ~0.7.0" ,
38
- "grunt" : " ~0.4.0"
38
+ "grunt" : " ~0.4.0" ,
39
+ "node-sass" : " ~0.9.3"
39
40
},
40
41
"licenses" : [
41
42
{
You can’t perform that action at this time.
0 commit comments