Swap grunt-contrib-sass for grunt-sass
This commit is contained in:
parent
68ae47fbe2
commit
97aaccae54
|
@ -58,7 +58,7 @@ module.exports = function(grunt) {
|
||||||
options: {
|
options: {
|
||||||
mangle: false
|
mangle: false
|
||||||
},
|
},
|
||||||
my_target: {
|
all: {
|
||||||
files: {
|
files: {
|
||||||
'js/script.min.js': scripts
|
'js/script.min.js': scripts
|
||||||
}
|
}
|
||||||
|
@ -83,7 +83,7 @@ module.exports = function(grunt) {
|
||||||
});
|
});
|
||||||
|
|
||||||
grunt.loadNpmTasks('grunt-autoprefixer');
|
grunt.loadNpmTasks('grunt-autoprefixer');
|
||||||
grunt.loadNpmTasks('grunt-contrib-sass');
|
grunt.loadNpmTasks('grunt-sass');
|
||||||
grunt.loadNpmTasks('grunt-contrib-watch');
|
grunt.loadNpmTasks('grunt-contrib-watch');
|
||||||
grunt.loadNpmTasks('grunt-contrib-uglify');
|
grunt.loadNpmTasks('grunt-contrib-uglify');
|
||||||
grunt.loadNpmTasks('grunt-imageoptim');
|
grunt.loadNpmTasks('grunt-imageoptim');
|
||||||
|
|
Loading…
Reference in New Issue