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
Showing /Users/username/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/railsui-e31a7b47feb0/app/views/railsui/page/_launchpad.html.erb where line # raised:
Multiple files with the same output path cannot be linked ("application.js")
In "/Users/username/Projects/development/railsui-test/app/assets/config/manifest.js" these files were linked:
- /Users/username/Projects/development/railsui-test/app/javascript/application.js
- /Users/username/Projects/development/railsui-test/app/assets/builds/application.js
I removed //= link_tree ../../javascript .js, is that correct way of fixing it? @justalever
The text was updated successfully, but these errors were encountered:
Ok, back already. I missed gsub-ing the manifest.js file during the install script. I just pushed a new version out there if you want to update it locally and give it another shot.
I got this error today. Same as #9.
Running rails v7.0.5
I removed
//= link_tree ../../javascript .js
, is that correct way of fixing it? @justaleverThe text was updated successfully, but these errors were encountered: