Removing the tmpl directory from jslint

This commit is contained in:
ErisDS 2013-06-06 08:10:58 +01:00
parent c4f19af62f
commit d047692c73

View File

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