Changes between Version 1 and Version 2 of Ticket #48154, comment 80
- Timestamp:
- 03/12/2020 04:31:43 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48154, comment 80
v1 v2 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 `clear` of `/src/wp-includes/assets/**` before running Webpack in `dev` mode. This will help deleting left-over unversioned files there.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?). 11 11