Add build/run scripts
This commit is contained in:
parent
2938e246bd
commit
1d051a6682
4
build_css.sh
Executable file
4
build_css.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# Pass -w to watch continuously
|
||||
tailwindcss -c drcr/css/tailwind.config.js -i drcr/css/main.css -o drcr/static/build/main.css $@
|
3
run_debug.sh
Executable file
3
run_debug.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
. venv/bin/activate
|
||||
flask -A drcr --debug run
|
Loading…
Reference in New Issue
Block a user