Open listenlight opened 3 years ago
@listenlight I know it's over 2 years later now, and Rails is on 7, but I was able to fix this by adding two lines to the bottom of app/assets/config/manifest.js
and restarting the server:
...
//= link logs/application.css
//= link logs/application.js
Will not work in Rails 6.1.4.1. Here is the trace. I'm confused. Most mount plugins use
at: '/logs' instead of
=> /logs`. Can you help me?