0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/ghost/core
Daniel Lockyer 6638c6fb8c Stopped deleting asset files before regenerating
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!)
2024-11-25 13:28:49 +01:00
..
content 🎨 Updated Source to v1.4.0 2024-11-15 15:05:41 +00:00
core Stopped deleting asset files before regenerating 2024-11-25 13:28:49 +01:00
test Stopped deleting asset files before regenerating 2024-11-25 13:28:49 +01:00
.c8rc.e2e.json
.c8rc.json Added email address alignment protections (#19094) 2023-11-23 10:25:30 +01:00
.eslintignore
.eslintrc.js
.npmignore Moved monobundle into monorepo 2023-11-13 13:30:38 +01:00
config.development.json
ghost.js Lazyloaded several required dependencies 2024-07-26 09:52:26 +02:00
index.js Removed NewRelic from Ghost 2024-03-18 15:22:33 +01:00
jsconfig.json
loggingrc.js
MigratorConfig.js
monobundle.js Tidied up monobundle output 2024-09-11 15:09:27 +02:00
package.json v5.101.4 2024-11-25 07:22:27 +00:00
playwright.config.js Added Dev Container setup (#21279) 2024-10-24 11:15:08 -07:00