overhangio / tutor-indigo

An elegant, customizable theme for Open edX
GNU Affero General Public License v3.0
74 stars 276 forks source link

fix: actually render scss files in tutor env #25

Closed regisb closed 2 years ago

regisb commented 2 years ago

*.scss files were not rendered at all in the tutor environment because they are stored in a "partials" subdirectory.

Here, we make use of the new pattern include/ignore filter to force the rendering of the indigo theme directory.

Close #24.

regisb commented 2 years ago

This is ready for review @overhangio/tutor-maintainers. It is dependent on this other PR: https://github.com/overhangio/tutor/pull/678