Skip to content

Commit

Permalink
Added qunit to default grunt command
Browse files Browse the repository at this point in the history
  • Loading branch information
stucox committed Apr 30, 2013
1 parent b7a9c63 commit 4b6a3c0
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 @@ -219,5 +219,5 @@ module.exports = function( grunt ) {

// Build
grunt.registerTask('build', ['clean', 'generateinit', 'requirejs', 'copy', 'clean:postbuild', 'stripdefine', 'uglify', 'jshint']);
grunt.registerTask('default', 'build');
grunt.registerTask('default', ['build', 'qunit']);
};

0 comments on commit 4b6a3c0

Please sign in to comment.