Make WordPress Core

Ticket #36488: 36488.diff

File 36488.diff, 542 bytes (added by netweb, 10 years ago)
  • Gruntfile.js

     
    699699                        }
    700700                        if ( /src.*\.css/.test( filesModified ) ) {
    701701                                grunt.log.write( 'CSS source files modified. CSS tests will be run.\n');
    702                                 taskList = taskList.concat( ['postcss:core'] );
     702                                taskList = taskList.concat( ['precommit:css'] );
    703703                        }
    704704                        if ( /.*\.php/.test( filesModified ) ) {
    705705                                grunt.log.write( 'PHP source files modified. PHP tests will be run.\n');