Remove JSHint from build steps

This commit is contained in:
Gaël Métais
2021-03-22 00:06:18 +00:00
parent d1681c3d88
commit 16c3abf3f2
+1 -1
View File
@@ -200,7 +200,7 @@ module.exports = function(grunt) {
});
grunt.registerTask('build', [
'jshint',
//'jshint',
'clean:build',
'copy:build',
'less',