0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/frontend/services/theme-engine
Hannah Wolfe fdf38ba8c6
Initial card asset service implementation
- Requires the new @tryghost/minifier package
- Adds a new service that will handle taking config from the theme and optionally including assets for Koenig editor cards
- It supports both css and js as cards may need one or both
- For any given config, the tool can find the matching files to include and concat and minify them into one file per type
- Currently has an override in place so that this is not yet customisable in the theme - will remove this override when we're ready for the feature
2021-11-04 11:34:40 +00:00
..
config Initial card asset service implementation 2021-11-04 11:34:40 +00:00
engines Moved theme engines to new theme engine service 2021-04-22 21:05:01 +01:00
handlebars Refactored helper registration code into a service 2021-10-05 10:04:02 +01:00
i18n Moved core/shared/i18n to theme-engine/i18n 2021-10-15 20:25:56 +01:00
active.js Removed passing of error to active theme 2021-07-07 14:38:08 +01:00
engine.js
index.js Refactored helper registration code into a service 2021-10-05 10:04:02 +01:00
middleware.js Allowed custom theme settings to be passed through preview data 2021-09-30 13:23:39 +01:00
preview.js Added description to allowed preview params 2021-09-30 14:07:28 +01:00