django-commons / django-tailwind-cli

Django and Tailwind integration based on the prebuilt Tailwind CSS CLI.
https://django-tailwind-cli.rtfd.io/
MIT License
96 stars 11 forks source link

Add support for customized tailwind cli asset name #130

Closed Tobi-De closed 1 month ago

Tobi-De commented 1 month ago

The code changes introduce a new setting, TAILWIND_CLI_ASSET_NAME. The last release introduced TAILWIND_CLI_SRC_REPO, but that alone is not enough to pull from a customized repository. The repository might be using a custom name for the Tailwind CLI file, such as tailwind-extra. This case was not taken into account, an oversight on my part.

Tobi-De commented 1 month ago

Sorry again 😅 This time I was able to run the full test suite locally, tests passed. I was also of thinking of adding specific tests for this feature, but frankly I'm not sure what or how to test it