You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correctly handle paths with embedded spaces. #184 by @flavorjones
The build and watch tasks accept a debug argument to generate unminified assets: rails tailwindcss:build[debug] or rails tailwindcss:watch[debug]. #198 by @flavorjones
The watch task accepts a poll argument to use polling instead of file system events: rails tailwindcss:watch[poll]. #199 by @flavorjones