mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-06 10:28:27 +02:00
7 lines
155 B
Bash
Executable File
7 lines
155 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rm -rf static
|
|
python manage.py compilescss
|
|
python manage.py collectstatic --ignore=*.scss
|
|
python manage.py compilescss --delete-files
|