mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03:00
34ddbcd52e
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. |
||
---|---|---|
.. | ||
admin@d12c306a54 | ||
cli | ||
frontend | ||
server | ||
shared | ||
app.js | ||
boot.js | ||
bridge.js |