Changes between Version 2 and Version 3 of Ticket #48154, comment 80
- Timestamp:
- 03/12/2020 04:32:46 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48154, comment 80
v2 v3 8 8 Yes, 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. 9 9 10 Also thinking we can perhaps do a Grunt `clea r` 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?).10 Also 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?). 11 11