Skip to content

Commit 6dd03b7

Browse files
committed
switched to grunt-contrib-sass
1 parent a561d23 commit 6dd03b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module.exports = function(grunt) {
6868

6969
sass: {
7070
options: {
71-
outputStyle: 'compressed'
71+
style: 'compressed'
7272
},
7373
"blue.monday": {
7474
options: {
@@ -133,7 +133,7 @@ module.exports = function(grunt) {
133133
grunt.loadNpmTasks('grunt-contrib-concat');
134134
grunt.loadNpmTasks('grunt-contrib-copy');
135135
grunt.loadNpmTasks('grunt-contrib-uglify');
136-
grunt.loadNpmTasks('grunt-sass');
136+
grunt.loadNpmTasks('grunt-contrib-sass');
137137
grunt.loadNpmTasks('grunt-mxmlc');
138138

139139
grunt.registerTask('default', ['test', 'build']);

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"grunt-contrib-concat": "~0.5.0",
4040
"grunt-contrib-copy": "^0.7.0",
4141
"grunt-contrib-jshint": "~0.10.0",
42+
"grunt-contrib-sass": "^0.8.1",
4243
"grunt-contrib-uglify": "~0.6.0",
43-
"grunt-mxmlc": "~0.5.2",
44-
"grunt-sass": "^0.17.0"
44+
"grunt-mxmlc": "~0.5.2"
4545
}
4646
}

0 commit comments

Comments
 (0)