linkding/build-static.sh
2019-12-27 12:32:44 +01:00

7 lines
169 B
Bash
Executable file

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