rails / tailwindcss-rails

MIT License
1.41k stars 174 forks source link

Fixes #252 windows support for dev command and foreman proc file #255

Closed espinosa closed 1 year ago

espinosa commented 1 year ago

New file bin/dev.bat Create procfile.dev with ruby bin/rails instead of rails/bin

dhh commented 1 year ago

I don't see us supporting and maintaining bat files. We don't do that in any other gem. I'd suggest using WSL2 or similar to be able to use the core unix versions.