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.
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
The code changes introduce a new setting,
TAILWIND_CLI_ASSET_NAME
. The last release introducedTAILWIND_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 astailwind-extra
. This case was not taken into account, an oversight on my part.