Changeset 5483
- Timestamp:
- 09/09/2014 02:35:08 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/Gruntfile.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r5458 r5483 161 161 162 162 /** 163 * Limit JSHint's run to a single specified file: grunt jshint:core --file=filename.js 164 * Optionally, include the file path: grunt jshint:core --file=path/to/filename.js 163 * Limit JSHint's run to a single specified file: 164 * 165 * grunt jshint:core --file=filename.js 166 * 167 * Optionally, include the file path: 168 * 169 * grunt jshint:core --file=path/to/filename.js 165 170 * 166 171 * @param {String} filepath
Note: See TracChangeset
for help on using the changeset viewer.