Added jslint to default task

This commit is contained in:
Rashid Khan 2013-12-30 10:48:45 -07:00
parent c0be4069da
commit 54cc6c73fd

View file

@ -1,3 +1,3 @@
module.exports = function(grunt) {
grunt.registerTask('default', []);
grunt.registerTask('default', ['jshint']);
};