mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 14:14:18 +00:00
7 lines
169 B
Bash
Executable file
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
|