mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
6638c6fb8c
fix https://linear.app/ghost/issue/ONC-619/remove-code-that-deletes-assets-before-regeneration-in-ghost - in our asset minification code, we delete asset files before regenerating them - on shared filesystems, we're seeing errors like `Unknown system error -116` where 116 is Stale NFS file handle - this is probably happening because we delete files right before creating them, and maybe there is some distributed filesystem delay that's causing issues here - to workaround that, we can just stop deleting the files, which means we can delete code (yay!) |
||
---|---|---|
.. | ||
content | ||
core | ||
test | ||
.c8rc.e2e.json | ||
.c8rc.json | ||
.eslintignore | ||
.eslintrc.js | ||
.npmignore | ||
config.development.json | ||
ghost.js | ||
index.js | ||
jsconfig.json | ||
loggingrc.js | ||
MigratorConfig.js | ||
monobundle.js | ||
package.json | ||
playwright.config.js |