Remove compass

This commit is contained in:
Mike Francis 2014-07-22 09:52:27 +01:00
parent e0a151b003
commit faf091a30b
1 changed files with 0 additions and 13 deletions

View File

@ -5,18 +5,6 @@ module.exports = function(grunt) {
};
grunt.initConfig({
compass: {
options: {
config: 'config.rb',
bundleExec: true
},
dev: {
options: {
specify: 'scss/style.scss',
}
},
prod: {}
},
imageoptim: {
src: [paths.img],
options: {
@ -78,7 +66,6 @@ module.exports = function(grunt) {
}
});
grunt.loadNpmTasks('grunt-contrib-compass');
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-sass');
grunt.loadNpmTasks('grunt-contrib-uglify');