Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Do not jshint generated commonjs-bundle file
Browse files Browse the repository at this point in the history
  • Loading branch information
interactivellama committed Jul 10, 2015
1 parent a94c6e7 commit d89bee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ module.exports = function (grunt) {
unused: false
},
files: {
src: ['test/**/*.js']
src: ['test/**/*.js','!test/commonjs-bundle.js']
}
}
},
Expand Down

0 comments on commit d89bee9

Please sign in to comment.