[wp-trac] [WordPress Trac] #47380: Remove the dependency on globally installed Grunt
WordPress Trac
noreply at wordpress.org
Fri May 24 22:36:58 UTC 2019
#47380: Remove the dependency on globally installed Grunt
------------------------------+-------------------------
Reporter: johnbillion | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 5.3
Component: Build/Test Tools | Version:
Severity: normal | Keywords: needs-patch
Focuses: |
------------------------------+-------------------------
There's no need for Grunt to be installed globally in order to run the
build tasks because package.json already includes `"grunt": "grunt"` in
its `scripts` property, which means `npm run grunt [task]` can be called
and the local Grunt binary will be used.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47380>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list