From 16c3abf3f24744645bd7ae80c777e7daa383e787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 22 Mar 2021 00:06:18 +0000 Subject: [PATCH] Remove JSHint from build steps --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 392c36f..f51665d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -200,7 +200,7 @@ module.exports = function(grunt) { }); grunt.registerTask('build', [ - 'jshint', + //'jshint', 'clean:build', 'copy:build', 'less',