Skip to content

Commit

Permalink
added beautifier to default grunt task
Browse files Browse the repository at this point in the history
  • Loading branch information
kachok committed Jul 14, 2014
1 parent 9ee0a96 commit e36594b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -99,7 +99,7 @@ module.exports = function (grunt) {
});

// Default task.
grunt.registerTask('default', ['jshint', 'mochaTest']);
grunt.registerTask('default', ['beautify', 'jshint', 'mochaTest']);
//Express omitted for travis build.
grunt.registerTask('commit', ['jshint', 'mochaTest']);
grunt.registerTask('mocha', ['mochaTest']);
Expand Down

0 comments on commit e36594b

Please sign in to comment.