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"] ] },