Files
linkding/build-static.sh
Sascha Ißbrücker d57ea27ba3 Create docker image
2019-07-03 17:18:29 +02:00

7 lines
155 B
Bash
Executable File

#!/usr/bin/env bash
rm -rf static
python manage.py compilescss
python manage.py collectstatic --ignore=*.scss
python manage.py compilescss --delete-files