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