File tree Expand file tree Collapse file tree 4 files changed +12
-1969
lines changed Expand file tree Collapse file tree 4 files changed +12
-1969
lines changed Original file line number Diff line number Diff line change 268268# static
269269static /admin /*
270270static /CACHE /*
271+ static /css /*
271272static /images /*
273+ static /debug_toolbar /*
272274static /modules /*
273275! static /src /**
276+ static /src /output.css
Original file line number Diff line number Diff line change @@ -15,12 +15,15 @@ migrate:
1515runserver :
1616 pipenv run python manage.py runserver
1717
18- run-gunicorn :
18+ tailwind :
19+ npx tailwindcss -i ./static/src/input.css -o ./static/css/output.css
20+
21+ run-gunicorn : tailwind
1922 pipenv run gunicorn webserver.wsgi
2023
21- tailwind-run :
22- npx tailwindcss -i ./static/src/input.css -o ./static/src /output.css --watch
24+ tailwind-watch :
25+ npx tailwindcss -i ./static/src/input.css -o ./static/css /output.css --watch
2326
24- local :
25- make -j 2 tailwind-run runserver
2627.PHONY : local
28+ local :
29+ make -j 2 tailwind-watch runserver
You can’t perform that action at this time.
0 commit comments