Make WordPress Core

Ticket #27567: 27567.3.diff

File 27567.3.diff, 504 bytes (added by jorbin, 12 years ago)
  • Gruntfile.js

     
    237237                                        eqeqeq: false
    238238                                },
    239239                                // Limit JSHint's run to a single specified file
     240                                // Optionally also including the file path
     241                                //
    240242                                //     grunt jshint:core --file=filename.js
     243                                //         grunt jshint:core --file=path/to/filename.js
    241244                                filter: function( filepath ) {
    242245                                        var index, file = grunt.option( 'file' );
    243246