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