6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 22:27:47 +00:00
tutor/tutor/hooks
Régis Behmo 82f2a448d2 feat: render files in ignored directories
When rendering theme files in a plugin, the *.scss files are stored in a
"partials" subdirectory, which was ignored by the environment rendering logic.
To render these files, we move the path ignoring logic to a filter, which is a
list of regular expressions. Values in this filter can be overridden by another
filter.

See the corresponding issue in the indigo theme plugin:
https://github.com/overhangio/tutor-indigo/issues/24
2022-06-03 12:54:27 +02:00
..
__init__.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
actions.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
consts.py feat: render files in ignored directories 2022-06-03 12:54:27 +02:00
contexts.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
filters.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00