Add Tailwind CSS
This commit is contained in:
3
Makefile
3
Makefile
@@ -9,6 +9,9 @@ coverage coverage-html coverage-report test test-wip test-x : export FLASK_ENV :
|
||||
shell-psql serve-psql export : export FLASK_ENV := development
|
||||
shell-psql serve-psql export : export SIGL_CONFIG := ../config/dev-docker.py
|
||||
|
||||
css :
|
||||
npx tailwindcss -i ./src/css/tailwind.css -o static/sigl.dist.css
|
||||
|
||||
db-init :
|
||||
poetry run flask db init
|
||||
|
||||
|
||||
Reference in New Issue
Block a user