Don't bundle .jshintignore files

This commit is contained in:
Kevin Sawicki
2015-04-20 13:54:05 -07:00
parent 2a8d08db42
commit 426a2e5e6b

View File

@@ -98,6 +98,7 @@ module.exports = (grunt) ->
'.lint'
'.lintignore'
'.eslintrc'
'.jshintignore'
]
packageNames.forEach (packageName) -> ignoredPaths.push(path.join(packageName, 'spec'))