Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #43055, comment 3


Ignore:
Timestamp:
01/09/2018 03:16:59 PM (7 years ago)
Author:
omarreiss
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43055, comment 3

    v1 v2  
    33The 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 :
    44
    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 JS in src.
     51) Stop allowing running from `/src` and only build to `/build`.
     62) Allow running from `/src` after a build step but `.gitignore` the built files.
     73) Allow running from `/src` and commit the latest stable version of the built files in `/src`.
    88
    99The 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.