rails / tailwindcss-rails

Other
1.39k stars 170 forks source link

Enhance spec:prepare command with tailwindcss:build command #271

Closed rmehner closed 1 year ago

rmehner commented 1 year ago

jsbundling-rails (https://github.com/rails/jsbundling-rails/pull/128) and cssbundling-rails (https://github.com/rails/cssbundling-rails/pull/116) do the same and it's useful for people who are using RSpec.

flavorjones commented 1 year ago

I continue to suspect that there's an opportunity to put common behavior across the asset-management gems into shared code.

rmehner commented 1 year ago

I continue to suspect that there's an opportunity to put common behavior across the asset-management gems into shared code.

Yup, definitely. We've also been bitten by the subtle difference between tailwindcss-rails and cssbundling-rails with Tailwind a couple of times.

flavorjones commented 1 year ago

Released in https://github.com/rails/tailwindcss-rails/releases/tag/v2.0.30