linkding/build-static.sh

8 lines
169 B
Bash
Raw Normal View History

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