0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/frontend
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
..
apps Cleaned up AMP rendering of "page" resources 2022-05-17 11:39:52 +08:00
helpers Updated comments helper to inject comments-ui version 2022-07-12 10:24:02 +02:00
meta Updated output logic to correctly use excerpt 2022-05-16 15:51:14 +01:00
public Fixed minified CSS not reflecting latest changes 2022-03-17 14:47:21 +00:00
services Fixed admin auth asset loading (#15018) 2022-07-12 13:25:28 +01:00
src Added build step for admin-auth asset files 2022-07-12 10:24:02 +02:00
views Updated unsubscribe page 2022-03-10 10:39:20 +00:00
web Added comment-counts script 2022-07-12 10:24:02 +02:00