dir is static, not assets
This commit is contained in:
parent
1c6b5ec82b
commit
eacbc7d0b2
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ git_pull_and_restart_services() {
|
|||
|
||||
pushd app_generator > /dev/null
|
||||
update_venv
|
||||
pushd assets >/dev/null
|
||||
pushd static >/dev/null
|
||||
./tailwindcss-linux-x64 --input tailwind-local.css --output tailwind.css --minify
|
||||
popd >/dev/null
|
||||
popd > /dev/null
|
||||
|
|
Loading…
Reference in a new issue