Ticket #5160: 5160-gruntfile-jshint-docs.diff
| File 5160-gruntfile-jshint-docs.diff, 613 bytes (added by , 12 years ago) |
|---|
-
Gruntfile.js
52 52 53 53 /** 54 54 * Limit JSHint's run to a single specified file: grunt jshint:core --file=filename.js 55 * Optionally, include the file path: grunt jshint:core --file=path/to/filename.js 55 56 * 56 57 * @param {String} filepath 57 58 * @returns {Bool} … … 294 295 grunt.config( ['copy', 'dynamic', 'src'], copySrc ); 295 296 grunt.config( ['cssjanus', 'dynamic', 'src'], copySrc ); 296 297 }); 297 }; 298 No newline at end of file 298 };