From faf091a30bbc7061ea1070636e045d3ee02cb15a Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Tue, 22 Jul 2014 09:52:27 +0100 Subject: [PATCH] Remove compass --- Gruntfile.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 43cad90..154718e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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');