From d41074df941f38c410c646b3b858a181c0bb8e15 Mon Sep 17 00:00:00 2001 From: Roie Schwaber-Cohen Date: Mon, 19 Aug 2013 22:45:42 +0300 Subject: [PATCH] Disabled compass until dependency issues are resolved --- gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gruntfile.js b/gruntfile.js index c5eab6e27f..e78be11ef9 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -74,12 +74,12 @@ module.exports = function(grunt) { }); // Load NPM tasks - grunt.loadNpmTasks('grunt-contrib-compass'); + // grunt.loadNpmTasks('grunt-contrib-compass'); grunt.loadNpmTasks('grunt-contrib-watch'); grunt.loadNpmTasks('grunt-contrib-jshint'); grunt.loadNpmTasks('grunt-nodemon'); grunt.loadNpmTasks('grunt-concurrent'); // Default task(s). - grunt.registerTask('default', ['jshint', 'compass', 'concurrent:target']); + grunt.registerTask('default', ['jshint', 'concurrent:target']); }; \ No newline at end of file