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
While working on rails/propshaft#74 I've noticed that the file app/assets/stylesheets/tailwind.css is for version 2.2.19, but the version in upstream.rb is for 3.0.22.
Is the asset file still needed? If yes, shouldn't it be for the same version defined upstream.rb? This is causing some confusion in Propshaft, as it automatically grabs gem files inside app/assets/stylesheets.
The text was updated successfully, but these errors were encountered:
While working on rails/propshaft#74 I've noticed that the file
app/assets/stylesheets/tailwind.css
is for version2.2.19
, but the version inupstream.rb
is for3.0.22
.Is the asset file still needed? If yes, shouldn't it be for the same version defined
upstream.rb
? This is causing some confusion in Propshaft, as it automatically grabs gem files insideapp/assets/stylesheets
.The text was updated successfully, but these errors were encountered: