linkding/build-static.sh

7 lines
155 B
Bash
Raw Normal View History

2019-07-03 15:18:29 +00:00
#!/usr/bin/env bash
rm -rf static
python manage.py compilescss
python manage.py collectstatic --ignore=*.scss
python manage.py compilescss --delete-files