fkchang / opal-hot-reloader

Hot code reloading for Opal apps, includes React.rb support
MIT License
17 stars 8 forks source link

fixing Rails asset paths for CSS #8

Closed VinceG3 closed 7 years ago

VinceG3 commented 7 years ago

Fixes https://github.com/fkchang/opal-hot-reloader/issues/7

I'm guessing Rails changed how they do asset paths in this release, breaking your regex.

fkchang commented 7 years ago

Thanks for this. I made a Rails 5 spec for this to match