Skip to content
Snippets Groups Projects
Commit c76501d3 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'master' into '579-imprint-is-called-imprint'

# Conflicts:
#   CHANGELOG.rst
parents 4d22f81b 0bacbedd
No related branches found
No related tags found
1 merge request!834Resolve ""Imprint" is called "imprint""
Pipeline #46237 passed with warnings
......@@ -17,6 +17,7 @@ Added
Fixed
~~~~~
* Correctly update theme colours on change again
* Imprint is now called "Imprint" and not "Impress".
`2.3.1`_ – 2021-12-17
......
......@@ -23,7 +23,7 @@ def get_preference(section: str, name: str) -> str:
def clean_scss(*args, **kwargs) -> None:
"""Unlink compiled CSS (i.e. cache invalidation)."""
sass_storage = SassFileStorage()
__, files = sass_storage.listdir("")
__, files = sass_storage.listdir("public")
for source_map in filter(lambda x: x.endswith(".css.map"), files):
sass_storage.delete(source_map)
sass_storage.delete(f"public/{source_map}")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment