Skip to content

Add --poll option that should help with auto-rebuild on Windows Docker

Latest
Compare
Choose a tag to compare
@bocharsky-bw bocharsky-bw released this 24 May 13:17
· 1 commit to main since this release
61d6d35

Hi there!

If you're experiencing problems with auto-rebuilding your CSS using --watch on Windows Docker - try to add --poll along with the --watch option:

php bin/console tailwind:build --watch --poll

TailwindCSS will use polling instead of filesystem events when watching.

What's Changed

  • Windows Docker and Tailwind watch mode by @Mitraniom in #57

New Contributors

  • @Mitraniom made their first contribution in #57

Full Changelog: v0.5.2...v0.5.3