Changes between Version 1 and Version 2 of Ticket #43055, comment 3
- Timestamp:
- 01/09/2018 03:16:59 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43055, comment 3
v1 v2 3 3 The main concern that was raised was the transition problems that might occur in not being able to run WordPress from the src directory anymore. I took 3 options from the : 4 4 5 1) Stop allowing running from srcand only build to `/build`.6 2) Allow running from srcafter a build step but `.gitignore` the built files.7 3) Allow running from src and commit the latest stable version of JS in src.5 1) Stop allowing running from `/src` and only build to `/build`. 6 2) Allow running from `/src` after a build step but `.gitignore` the built files. 7 3) Allow running from `/src` and commit the latest stable version of the built files in `/src`. 8 8 9 9 The general consensus seems to be that we need to have a transition period in which we start out with option 3 and after some time transition to option 2 and/or option 1. I will do another iteration to make this possible.