Make WordPress Core

Ticket #27567: 27567.2.diff

File 27567.2.diff, 489 bytes (added by netweb, 12 years ago)
  • Gruntfile.js

     
    236236                                        curly: false,
    237237                                        eqeqeq: false
    238238                                },
    239                                 // Limit JSHint's run to a single specified file
     239                                // Limit JSHint's run to all core files with the specified file name.
    240240                                //     grunt jshint:core --file=filename.js
    241241                                filter: function( filepath ) {
    242242                                        var index, file = grunt.option( 'file' );