mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
- There are two different types of function here 1. "helpers" are public API - config.something() that provide dynamic helpers on top of config 2. "utils" are internal methods used only by config itself - This commit makes this distinction clearer, although we should also change the code to enforce that utils are not exposed |
||
---|---|---|
.. | ||
client@952a65065d | ||
frontend | ||
server | ||
shared | ||
app.js | ||
boot.js | ||
bridge.js |