django-tailwind icon indicating copy to clipboard operation
django-tailwind copied to clipboard

Including `tailwind start` in `runserver` command?

Open Spaxterr opened this issue 1 year ago • 3 comments

Hello, we are currently looking into implementing tailwind to our Django project. Initially, django-tailwind seems like a good option. However, I noticed that it requires you to run the watcher alongside the Django server. It would be highly beneficial for us if the python3 manage.py tailwind start command could be baked into the python3 manage.py runserver command.

This is because we want to introduce tailwind as seamlessly as possible. The current approach would require us to teach every developer on our team to always start the tailwind watcher as well.

Spaxterr avatar May 16 '24 12:05 Spaxterr