Changes between Initial Version and Version 11 of Ticket #44492
- Timestamp:
- 07/03/2018 04:39:12 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44492
-
Property
Component
changed from
General
toBuild/Test Tools
-
Property
Milestone
changed from
Awaiting Review
to5.0
-
Property
Component
changed from
-
Ticket #44492 – Description
initial v11 7 7 Files that are exempted from symlinking are the JS and CSS files, the themes, embed.php, formatting.php and version.php. This is because these are all transformed in some way when built. When someone adds a new file, they would still have to build to have it included. 8 8 9 This ticket was inspired by issues that were raised after https://core.trac.wordpress.org/ticket/43055 got committed, mostly in the #core-committers channel on Slack. The main issues I've seen are the following:9 This ticket was inspired by issues that were raised after #43055 got committed, mostly in the #core-committers channel on Slack. The main issues I've seen are the following: 10 10 - Some people have lots of plugins in their `wp-content` folder. Building means copying all the plugin files over to `/build`. For some this crashes. 11 11 - Developing with `grunt watch` can give issues on some development environments that run in VirtualBox (like VVV), where changes aren't being picked up. Having to rebuild manually after each change is a hassle.