0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/frontend/services
Fabien 'egg' O'Carroll 34ddbcd52e
Fixed admin auth asset loading (#15018)
The copyStatic method relies on the dest directory existing, which is
done created the minify method. We've reordered the calls to fix the
issue, but we're still left with the copyStatic method being dependent
on the minify method. Adding the `@private` jsdoc tag removes these
from the public interface, so that the dependency is encapsulated in
this module via the `load` method.

We've also awaited the result of the copyStatic method to avoid
dangling promises.
2022-07-12 13:25:28 +01:00
..
admin-auth-assets Fixed admin auth asset loading (#15018) 2022-07-12 13:25:28 +01:00
apps
card-assets
comment-counts-assets Added comment-counts script 2022-07-12 10:24:02 +02:00
data Removed res.locals.apiVersion 2022-04-28 15:35:28 +01:00
helpers Refactored async helpers to use async/await (#14781) 2022-05-11 09:51:38 +01:00
rendering Allow page to be used as post in dynamic routing 2022-05-27 15:11:34 +01:00
routing Allow page to be used as post in dynamic routing 2022-05-27 15:11:34 +01:00
rss 🔥 Removed support for http/https mixed mode (#14783) 2022-05-11 14:53:23 +01:00
sitemap
theme-engine Exposed comments_enabled setting publicly 2022-07-12 10:24:02 +02:00
handlebars.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
proxy.js Added frontend key to ghost_head for portal (#14782) 2022-05-11 17:34:31 +01:00