Ticket #27567: 27567.3.diff
| File 27567.3.diff, 504 bytes (added by , 12 years ago) |
|---|
-
Gruntfile.js
237 237 eqeqeq: false 238 238 }, 239 239 // Limit JSHint's run to a single specified file 240 // Optionally also including the file path 241 // 240 242 // grunt jshint:core --file=filename.js 243 // grunt jshint:core --file=path/to/filename.js 241 244 filter: function( filepath ) { 242 245 var index, file = grunt.option( 'file' ); 243 246