Changes between Initial Version and Version 1 of Ticket #48154, comment 67
- Timestamp:
- 02/28/2020 10:46:35 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48154, comment 67
initial v1 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" . My theory is that: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: 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.