mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-26 22:48:25 +00:00
82f2a448d2
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