Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #48154, comment 80


Ignore:
Timestamp:
03/12/2020 04:32:46 AM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48154, comment 80

    v2 v3  
    88Yes, makes sense to test for the existence of `script-loader-packages.php`, 48154-update-file-check.diff looks good. Then ignoring the `wp-includes/assets` directory should fix the above bugs and show a proper error message when WP is not build properly.
    99
    10 Also thinking we can perhaps do a Grunt `clear` of `/src/wp-includes/assets/**` before running Webpack in `dev` mode. This will help by deleting left-over old and unversioned files there (not strictly necessary but nice to have?).
     10Also thinking we can perhaps do a Grunt `clean` of `/src/wp-includes/assets/**` before running Webpack in `dev` mode. This will help by deleting left-over old and unversioned files there (not strictly necessary but nice to have?).
    1111