adzerk-oss / boot-reload

Boot task providing live-reload of browser css, images, etc.
Eclipse Public License 1.0
87 stars 35 forks source link

Web-worker support #109

Open Deraen opened 7 years ago

Deraen commented 7 years ago

Web worker seems to need different kind of file reload implementation: https://github.com/bhauman/lein-figwheel/blob/master/support/src/figwheel/client/file_reloading.cljs#L248

arichiardi commented 7 years ago

On this, figwheel has added web-worker support as well, so PR #105 could further add value.