mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-01-30 13:37:33 +00:00
Build/Test Tools: Revert accidental change to Gruntfile.js
This is a follow-up to r56926. See #59517. git-svn-id: https://develop.svn.wordpress.org/trunk@56927 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5a838d1bb7
commit
64190e8c3e
@ -80,7 +80,7 @@ module.exports = function(grunt) {
|
||||
}
|
||||
|
||||
// First do `npm install` if package.json has changed.
|
||||
// installChanged.watchPackage();
|
||||
installChanged.watchPackage();
|
||||
|
||||
// Load tasks.
|
||||
require('matchdep').filterDev(['grunt-*', '!grunt-legacy-util']).forEach( grunt.loadNpmTasks );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user