v2.0.13
v2.0.13 / 2022-09-05
- Correctly handle paths with embedded spaces. #184 by @flavorjones
- The
build
andwatch
tasks accept adebug
argument to generate unminified assets:rails tailwindcss:build[debug]
orrails tailwindcss:watch[debug]
. #198 by @flavorjones - The
watch
task accepts apoll
argument to use polling instead of file system events:rails tailwindcss:watch[poll]
. #199 by @flavorjones