Commit 8eb950ce by Kálmán Viktor

fab: compile less files before collectstatic in fab

parent aaa81f32
...@@ -61,6 +61,7 @@ def compile_js(): ...@@ -61,6 +61,7 @@ def compile_js():
def collectstatic(): def collectstatic():
"Collect static files" "Collect static files"
with _workon("circle"), cd("~/circle/circle"): with _workon("circle"), cd("~/circle/circle"):
run("./manage.py compileless")
run("./manage.py collectstatic --noinput") run("./manage.py collectstatic --noinput")
......
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 sign in to comment