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
Hey @jasonfb thanks for checking in.
I gave it another try and it seems to be working.
The installation fails at different steps:
build & build:css not added to package.json
Need to add "@hotwired/turbo": "7.2.4" in package.json
Turbo import must be declared as import * as Turbo from "@hotwired/turbo"
but at least I do see application.css in the list of compiled files under public/assets.
wil try to remember which commands I run when it was not working.
As per the README
However, no CSS file (
application.css
) makes it topublic/assets
when runningrails assets:precompile
(only JS).In
Package.json
I added build scriptI'm also using
sprockets-rails (3.4.2)
Any idea to get this working?
The text was updated successfully, but these errors were encountered: