Added runtime SASS compliation and color settings

This commit is contained in:
Raphael Michel
2016-07-29 20:15:13 +02:00
parent 1b3cacb196
commit d32c1bd9c8
17 changed files with 170 additions and 6 deletions
+5 -1
View File
@@ -40,5 +40,9 @@ if [ "$1" == "shell" ]; then
exec python3 -m pretix shell
fi
echo "Specify argument: all|cron|webworker|taskworker|shell"
if [ "$1" == "upgrade" ]; then
exec python3 -m pretix updatestyles
fi
echo "Specify argument: all|cron|webworker|taskworker|shell|upgrade"
exit 1