Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Disabled compass until dependency issues are resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwabco committed Aug 19, 2013
1 parent b26b952 commit d41074d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
};

0 comments on commit d41074d

Please sign in to comment.