Skip to content

Commit

Permalink
jshint ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed Nov 21, 2013
1 parent 7b7d0de commit 56a8005
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Gruntfile.js
Expand Up @@ -21,11 +21,10 @@ module.exports = function(grunt) {
'Gruntfile.js',
'.jshintrc',
'!node_modules/**/*',
'!browser/lib/third-party/**/*',
'!browser/test/lib/**/*',
'!browser/test/browserified_tests.js',
'!browser/dist/**/*',
'!browser/example/assets/**/*',
'!browser/dist/**/*'
'!browser/lib/third-party/**/*',
'!browser/test/browserified_tests.js'
],
options: {
jshintrc: '.jshintrc'
Expand Down Expand Up @@ -55,7 +54,7 @@ module.exports = function(grunt) {
// This browserify build be used by users of the module. It contains a
// UMD (universal module definition) and can be used via an AMD module
// loader like RequireJS or by simply placing a script tag in the page,
// which registers mymodule as a global var. Look at the example in
// which registers the module as a global var. Look at the example in
// in browser/example/index.html.
standalone: {
src: [ '<%= pkg.name %>.js' ],
Expand Down

0 comments on commit 56a8005

Please sign in to comment.