Ghost/core
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@d12c306a54 Updated Admin to v5.2.4 2022-07-05 09:50:40 +01:00
cli Added docs for writing new commands 2022-05-17 17:16:44 +01:00
frontend Fixed admin auth asset loading (#15018) 2022-07-12 13:25:28 +01:00
server Added support for blockquote in comments 2022-07-12 10:24:02 +02:00
shared Bumped Portal to 2.3.0 to include comment notification settings 2022-07-12 13:58:20 +02:00
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Added WIP author email notifications for new comments 2022-07-12 10:24:02 +02:00
bridge.js Added build step for admin-auth asset files 2022-07-12 10:24:02 +02:00