Skip to content

Remind users to clear the cache after config changes - #136

Merged
kbond merged 1 commit into
SymfonyCasts:1.xfrom
kbond:clear-cache-reminder
Jul 22, 2026
Merged

Remind users to clear the cache after config changes#136
kbond merged 1 commit into
SymfonyCasts:1.xfrom
kbond:clear-cache-reminder

Conversation

@kbond

@kbond kbond commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

tailwind:init and tailwind:update write config/packages/symfonycasts_tailwind.yaml, but the container caches that config — so a later tailwind:build keeps using the old binary_version until the cache is cleared. That's what bit the reporter in #135: they chose v4 during init, but build still downloaded v3.14.

Both commands now warn the user to run php bin/console cache:clear after writing the config.

Closes #135

`tailwind:init` and `tailwind:update` write `config/packages/symfonycasts_tailwind.yaml`, but the container caches that config, so a later `tailwind:build` won't pick up the new `binary_version` until the cache is cleared. Both commands now tell the user to run `cache:clear`.
@kbond
kbond merged commit 68417a5 into SymfonyCasts:1.x Jul 22, 2026
12 checks passed
@kbond
kbond deleted the clear-cache-reminder branch July 22, 2026 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bad tailwind version if using 0.14.0 version

1 participant