mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
7 lines
155 B
Bash
7 lines
155 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
rm -rf static
|
||
|
python manage.py compilescss
|
||
|
python manage.py collectstatic --ignore=*.scss
|
||
|
python manage.py compilescss --delete-files
|