Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53687, comment 6


Ignore:
Timestamp:
08/10/2021 07:19:31 PM (3 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53687, comment 6

    initial v1  
    77> failure only appears when these files already exist in src and are copied over with the build. If these files have been removed from version control and are now built, I think there should be a cleanup so they're removed from src.
    88
    9 This is somewhat similar to $47078. A cleanup of the old built files from both /src and /build sounds like the better solution. Also see #47749.
     9This is somewhat similar to #47078. A cleanup of the old built files from both /src and /build sounds like the better solution. Also see #47749.
    1010
    1111However cleaning of all built files will not work at the moment as the above four files (and many others) are not being "cleaned" from /src anyway. Running `grunt clean --dev` leaves quite a few "built" files behind. Then `grunt copy:files` copies a mess of "original" and  "built" files. Then most of the copied built files are overwritten when building the js and css or by webpack.