Make WordPress Core

Changeset 28222 for trunk


Ignore:
Timestamp:
04/30/2014 09:39:43 PM (12 years ago)
Author:
wonderboymusic
Message:

More descriptive docs for grunt jshint:core.

Props netweb, jorbin.
Fixes #27567.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r28081 r28222  
    237237                                        eqeqeq: false
    238238                                },
    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                                //
    241247                                filter: function( filepath ) {
    242248                                        var index, file = grunt.option( 'file' );
Note: See TracChangeset for help on using the changeset viewer.