Remove compass
This commit is contained in:
parent
e0a151b003
commit
faf091a30b
13
Gruntfile.js
13
Gruntfile.js
|
@ -5,18 +5,6 @@ module.exports = function(grunt) {
|
||||||
};
|
};
|
||||||
|
|
||||||
grunt.initConfig({
|
grunt.initConfig({
|
||||||
compass: {
|
|
||||||
options: {
|
|
||||||
config: 'config.rb',
|
|
||||||
bundleExec: true
|
|
||||||
},
|
|
||||||
dev: {
|
|
||||||
options: {
|
|
||||||
specify: 'scss/style.scss',
|
|
||||||
}
|
|
||||||
},
|
|
||||||
prod: {}
|
|
||||||
},
|
|
||||||
imageoptim: {
|
imageoptim: {
|
||||||
src: [paths.img],
|
src: [paths.img],
|
||||||
options: {
|
options: {
|
||||||
|
@ -78,7 +66,6 @@ module.exports = function(grunt) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
grunt.loadNpmTasks('grunt-contrib-compass');
|
|
||||||
grunt.loadNpmTasks('grunt-contrib-jshint');
|
grunt.loadNpmTasks('grunt-contrib-jshint');
|
||||||
grunt.loadNpmTasks('grunt-contrib-sass');
|
grunt.loadNpmTasks('grunt-contrib-sass');
|
||||||
grunt.loadNpmTasks('grunt-contrib-uglify');
|
grunt.loadNpmTasks('grunt-contrib-uglify');
|
||||||
|
|
Loading…
Reference in New Issue