django-tailwind
django-tailwind copied to clipboard
Native windtail support
I created a python package called tailwind in the test-pypi environment. The package includes the standalone CLI, and exposes subcommands as a python module. This is an attempt to replace NPM with tailwind in django-tailwind.
Notable things:
- Renamed
tailwindtodjango_tailwindto avoid name clashes. I believe this is the right move as it is specific to Django. - ~~
... tailwind startcommand is not properly implemented astailwind.watchis not implemented.~~ - ~~
--postcssoption is disabled as it is currently failing withtailwindcssCLI as well. See https://github.com/tailwindlabs/tailwindcss/issues/8766.~~ postcss.config.jshas been replaced with the default file fromtailwindcss initcommand.pluginsinpostcss.config.jshas been emptied.- Removed unnecessary sub commands.
Fixes #125 and #140.
Replaces #141