Added jshint file for unit tests, and grunt task to verify test syntax.
This commit is contained in:
@@ -3,6 +3,7 @@ module.exports = function(grunt) {
|
||||
// Concat and Minify the src directory into dist
|
||||
grunt.registerTask('build', [
|
||||
'jshint:source',
|
||||
'jshint:tests',
|
||||
'clean:on_start',
|
||||
'less:src',
|
||||
'copy:everything_but_less_to_temp',
|
||||
|
||||
Reference in New Issue
Block a user