@@ -8,6 +8,7 @@ module.exports = function( grunt ) {
// Files that will be ignored by the "jscs" and "jshint" tasks.
var ignoreFiles = [
+ 'src/lib/**',
// Automatically loaded from .gitignore. Add more if necessary.
];