From d047692c732e59e8a746d617dd6669b6558336e3 Mon Sep 17 00:00:00 2001 From: ErisDS Date: Thu, 6 Jun 2013 08:10:58 +0100 Subject: [PATCH] Removing the tmpl directory from jslint --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 436ce3607a..bec3dfdeaf 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -17,7 +17,7 @@ // Lint files in the root, including Gruntfile.js "*.js", // Lint core files, but not libs - ["core/**/*.js", "!**/assets/lib/**/*.js"] + ["core/**/*.js", "!**/assets/lib/**/*.js", "!**/assets/tmpl/*.js"] ] },