Ticket #27567: 27567.2.diff
| File 27567.2.diff, 489 bytes (added by , 12 years ago) |
|---|
-
Gruntfile.js
236 236 curly: false, 237 237 eqeqeq: false 238 238 }, 239 // Limit JSHint's run to a single specified file239 // Limit JSHint's run to all core files with the specified file name. 240 240 // grunt jshint:core --file=filename.js 241 241 filter: function( filepath ) { 242 242 var index, file = grunt.option( 'file' );