django-tailwind-cli
django-tailwind-cli copied to clipboard
- Refactored the runserver_plus out of the runserver command.
- Removed the remenants of
runserver_plusfrom the docs & tests.
Thanks for showing up the documentation errors, but the library still uses runserver_plus under the hood. tailwind runserver uses runserver_plus if django-extensions is installed. Otherwise it uses the normal runserver. Your pull request breaks this behaviour. Can you strip this from your pull request? I am happy to accept the documentation changes.