0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/frontend
Hannah Wolfe 4c7330125f
Improved error handling in card-assets
refs bb47b9e327

- EACCESS error was previously caught to stop the boot process from failing with perms errors
- For clearFiless, we do not care if these files cannot be removed. Refactored to use allSettled which means we don't do them in sequence + can ignore the outcome
- For minifiy, this is now a legit error, however we don't need the activate method to fail for an EACCES error, we just need an error to be shown (I think)
2021-11-23 17:24:49 +00:00
..
apps Updated NFT card markup 2021-11-19 11:59:45 +01:00
helpers Added middleware for serving minified card assets 2021-11-05 11:41:03 +00:00
meta Added fallbacks when the site title is undefined 2021-10-27 12:18:57 +02:00
public Moved public folder to frontend 2021-10-16 19:27:34 +01:00
services Improved error handling in card-assets 2021-11-23 17:24:49 +00:00
src/cards Fixed callout card emoji alignment 2021-11-22 10:52:21 +01:00
views Updated unsubscribe.hbs (#13365) 2021-10-04 12:18:42 +01:00
web Updated servePublicFile to honor v= cache keys 2021-11-23 12:49:53 +00:00