Skip to content

Commit

Permalink
Build: Stop removing the JSHint onevar option, it's no longer there
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Feb 9, 2016
1 parent f52fa81 commit 3f46cec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Gruntfile.js
Expand Up @@ -27,10 +27,6 @@ module.exports = function( grunt ) {
}
} )();

// The concatenated file won't pass onevar
// But our modules can
delete srcHintOptions.onevar;

if ( !grunt.option( "filename" ) ) {
grunt.option( "filename", "jquery.js" );
}
Expand Down

0 comments on commit 3f46cec

Please sign in to comment.