Skip to content

Commit 92ba9bc

Browse files
committed
fix: preserve binary theme assets during build
1 parent 0cbb832 commit 92ba9bc

72 files changed

Lines changed: 39 additions & 5 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MEMORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ This file stores durable project context so future conversations can resume work
4848
- `gulpfile.js` now lazy-loads ESM-only Gulp plugins and skips optional directories like `dev/fonts/` when they are absent
4949
- Hidden config generation now filters non-`.txt` files explicitly so builds do not create stray files like `docs/.robots`
5050
- Theme entries that depended on fragile remote screenshots have been localized into `images/themes/remote-*` and now build into committed assets under `docs/assets/img/themes/`
51+
- Binary copies for static images now use `fs.promises.copyFile` instead of `gulp.src().pipe(dest())` because the stream path was corrupting some `.webp` assets in `docs/`
5152

5253
## Architecture Snapshot
5354

0 commit comments

Comments
 (0)