diff --git a/Gruntfile.js b/Gruntfile.js index ae4ff7b1..29611c7f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -10,7 +10,7 @@ module.exports = function(grunt) { jshintrc: '.jshintrc' }, files: [ - 'dist/**/!(*.min|parser).js' + 'dist/cjs/**/!(*.min|parser).js' ] },