Grunt: move jshint to "test" task

This commit is contained in:
Mottie 2015-02-20 21:30:56 -06:00
parent 01437ba82a
commit ba23e5d022

View File

@ -262,7 +262,6 @@ module.exports = function( grunt ) {
'clean:build',
'copy',
'concat',
'jshint',
'uglify',
'cssmin',
'clean:css',