Anything close to copy-paste-able steps?
Also, I am excited about the new (build-free) JS and (js-driven dart-sass) SCSS setups. Steps for these?
I would appreciate it if someone has gone through the process and would be willing to share.
Anything close to copy-paste-able steps?
Also, I am excited about the new (build-free) JS and (js-driven dart-sass) SCSS setups. Steps for these?
I would appreciate it if someone has gone through the process and would be willing to share.
I would be interested in this as well.
I installed importmap-rails
then hotwire-rails
gems but get this error in Firefox dev tools:
Uncaught TypeError: Error resolving module specifier “application”. Relative module specifiers must start with “./”, “../” or “/”.
from the import "application"
script tag
But app/javascript/application.js
is there and has the standard import "controllers"
The app has sprockets and assets and an app/assets/config/manifest.js
with //= link_tree ../../javascript .js
That error can safely be ignored. It is mentioned somewhere.
@andreimoment how it go? can rails 6 do things like turbo.stream.replace ....
I’m about to try it.