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

- Refactored the runserver_plus out of the runserver command.

Open HushmKun opened this issue 1 year ago • 1 comments

  • Removed the remenants of runserver_plus from the docs & tests.

HushmKun avatar Feb 18 '25 15:02 HushmKun

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.

oliverandrich avatar Feb 21 '25 17:02 oliverandrich