Skip to content

Commit 755bea0

Browse files
Do not run the polyfill file through jshint
1 parent fc808e7 commit 755bea0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = function (grunt) {
2222
},
2323
grunt: 'Gruntfile.js',
2424
source: 'src/**/*.js',
25-
tests: 'test/**/*.js'
25+
tests: ['test/**/*.js', '!test/polyfill.js']
2626
},
2727
uglify: {
2828
options: {

0 commit comments

Comments
 (0)