spelling: excludes

This commit is contained in:
Josh Soref
2020-03-19 20:28:45 -04:00
parent 44a5732d53
commit 823eccb4e7

View File

@@ -84,7 +84,7 @@ module.exports = function(grunt) {
files: [
// Includes
'src/js/**/*.js',
// Exludes
// Excludes
// TODO: remove this (for now we still get warnings from the lib folder)
'!src/js/**/lib/**/*.js'
],