Skip to content

Commit

Permalink
Add csscomb to the 'lint' task
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Nov 2, 2014
1 parent aa791dc commit 95ebfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks("grunt-jscs");

// Tasks.
grunt.registerTask("lint", [ "jshint", "jscs" ]);
grunt.registerTask("lint", [ "jshint", "jscs", "csscomb" ]);
grunt.registerTask("test", [ "connect", "lint", "qunit" ]);
grunt.registerTask("default", [ "connect", "csscomb", "jshint", "qunit", "concat", "uglify" ]);
};

0 comments on commit 95ebfef

Please sign in to comment.