0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/unit/services/theme-engine
Hannah Wolfe 9d7049cd3f
Refactored helper registration code into a service
- The helper registration code is "framework" code and very specific
- At the moment the "theme engine" is full of lots of disparate theme related stuff
- I'm trying to make the frontend framework code clearer and also expand it to  make it more useful
- The helper system now also exposes 3 methods allowing you to register a directory, a helper or an alias
- I've updated the codebase to use these both for our core helpers and for "apps"
2021-10-05 10:04:02 +01:00
..
engines Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
handlebars Refactored helper registration code into a service 2021-10-05 10:04:02 +01:00
active.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
config.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
i18n.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
middleware.test.js Allowed custom theme settings to be passed through preview data 2021-09-30 13:23:39 +01:00
preview.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00