bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 210 forks source link

Enhancement: Development of Service Worker #642

Closed orolle closed 6 years ago

orolle commented 6 years ago

Hi, I develop a service worker for my progressive web app (PWA) in cljs. Currently my work flow is to run lein build once min-service-worker after each change and hitting F5 in the browser afterwards. I guess figwheel can do better and I believe there are 2 options to solve the issue (and to be a head of the PWA hype).

Problem The core problem is that cljs is compiled to non-optimized javascript-code and contains Githubissues.

  • Githubissues is a development platform for aggregating issues.