linkding/build-static.sh

8 lines
169 B
Bash
Raw Normal View History

2019-07-03 17:18:29 +02:00
#!/usr/bin/env bash
rm -rf static
2019-12-27 12:32:44 +01:00
npm run build
2019-07-03 17:18:29 +02:00
python manage.py compilescss
python manage.py collectstatic --ignore=*.scss
python manage.py compilescss --delete-files