Skip to content

Commit

Permalink
Setting coffeelint to default task
Browse files Browse the repository at this point in the history
  • Loading branch information
sioked authored and vojtajina committed Oct 16, 2012
1 parent 1d7d070 commit 87ea478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ module.exports = function(grunt) {
grunt.loadTasks('tasks');

// Default task.
grunt.registerTask('default', 'lint');
grunt.registerTask('default', 'coffeelint');
};

0 comments on commit 87ea478

Please sign in to comment.