Commit 624880d0 authored by shadMod's avatar shadMod 💬

replaced 'static/website.css' with 'static/libs/main.css'

parent 29fca9cc
Pipeline #295 passed with stage
in 0 seconds
...@@ -65,7 +65,7 @@ def clean(ctx): ...@@ -65,7 +65,7 @@ def clean(ctx):
exclude = ["%s/.git" % BASE, "%s/build" % BASE] exclude = ["%s/.git" % BASE, "%s/build" % BASE]
remove_files = [ remove_files = [
re.compile(r'.py[co]$'), re.compile(r'.mo$'), re.compile(r'.py[co]$'), re.compile(r'.mo$'),
"%s/uitwww/static/website.css" % BASE, "%s/uitwww/static/libs/main.css" % BASE,
] ]
remove_dirs = [ remove_dirs = [
re.compile('__pycache__'), re.compile('__pycache__'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment