Fix make css
This commit is contained in:
parent
c61891cff4
commit
7974b74cd4
6
Makefile
6
Makefile
|
@ -7,6 +7,12 @@ HTMLFILES := $(shell find games/templates -type f)
|
|||
npm:
|
||||
npm install
|
||||
|
||||
css: common/input.css
|
||||
npx tailwindcss -i ./common/input.css -o ./games/static/base.css
|
||||
|
||||
css-dev: css
|
||||
npx tailwindcss -i ./common/input.css -o ./games/static/base.css --watch
|
||||
|
||||
makemigrations:
|
||||
poetry run python manage.py makemigrations
|
||||
|
||||
|
|
Loading…
Reference in New Issue