Skip to content

Commit

Permalink
Change order of grunt default to build before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
egreenmachine committed Dec 19, 2013
1 parent 80d82d7 commit 7ac5330
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 @@ -215,6 +215,6 @@ module.exports = function(grunt) {

// Default task is an alias for 'build'.
// I know this is annoying... but you could always do grunt build. This encourages better code testing! --Eric Green
grunt.registerTask('default', ['test','build']);
grunt.registerTask('default', ['build','test']);

};

0 comments on commit 7ac5330

Please sign in to comment.