Changeset 28222
- Timestamp:
- 04/30/2014 09:39:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r28081 r28222 237 237 eqeqeq: false 238 238 }, 239 // Limit JSHint's run to a single specified file 240 // grunt jshint:core --file=filename.js 239 // Limit JSHint's run to a single specified file: 240 // 241 // grunt jshint:core --file=filename.js 242 // 243 // Optionally, include the file path: 244 // 245 // grunt jshint:core --file=path/to/filename.js 246 // 241 247 filter: function( filepath ) { 242 248 var index, file = grunt.option( 'file' );
Note: See TracChangeset
for help on using the changeset viewer.