Changes between Version 1 and Version 2 of Ticket #48154, comment 67
- Timestamp:
- 02/29/2020 12:39:55 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48154, comment 67
v1 v2 7 7 @dd32 @762e5e74 what would be the best way to fix this? Looking at Grunt, it cleans (empties) the /build dir every time before copying the files on every build, but that doesn't seem to work in the build repo. Shall I try to revert then delete these files directly in the build repo or is there a better way to do this? 8 8 9 Looking at why this happened: `script-loader-packages.php` is slightly different depending on whether Webpack was run for"build" or "dev" mode. My theory is that:9 Looking at why this happened: `script-loader-packages.php` is slightly different depending on whether Webpack was run in "build" or "dev" mode. My theory is that: 10 10 - `/src/wp-includes/assets/script-loader-packages.php` was different than what's in the build repo. 11 11 - After copying the WP files (which happens first when building) there were uncommitted changes in that file.