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 209 forks source link

add support for headless chrome #555

Closed bhurlow closed 7 years ago

bhurlow commented 7 years ago

now that chrome is supporting a --headless mode, figwheel support for this feature could open up some interesting possibilities including:

Though this may not be too much of a gain for local development (how hard is it to open a browser window?), this is something I might use in a CI environment where it's not possible to click and navigate to a browser window and another js context like Node/Nashorn does provide a full picture.

Thoughts?

bhauman commented 7 years ago

As far as I know nothing needs to be done to support this

bhauman commented 7 years ago

Going to close this until it is known that we need to do something specific to support headless chrome.