fkchang / opal-hot-reloader

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

Switch to JSON for updates, add CSS update type #2

Closed awwaiid closed 8 years ago

awwaiid commented 8 years ago

I have it send the path for the css, and then because I don't know how to reliably translate from like scss to css names I just have it reload all the styles. Seems to work.