- Added checks for `runserver_plus` management command to give a nice error message, when `django-extensions` and `Werkzeug` are not properly installed.
2.4.0
- Back to Poetry for project management. - [57](https://github.com/oliverandrich/django-tailwind-cli/pull/57) by [wshayes](https://github.com/wshayes) added optional django-extensions for the runserver_plus command.
2.3.0
- Changed default config to support lsp-tailwindcss
"python3 -m django" was replaced with "python manage.py" so that the dynamic configuration of the content selector in tailwind.config.js also works inside the language server for Tailwind CSS in VSCode, Sublime, etc.
2.2.3
- Fixed a copy&paste error introduced by pasting the tailwind.config.js without proper escaping.
2.2.2
- Fixed an error locating templates from the global template directories configured via `settings.TEMPLATES[0]["DIRS"]`.
2.2.1
- Fixed a bug introduced by refactoring the changes from [49](https://github.com/oliverandrich/django-tailwind-cli/pull/49).