This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-21
Channels
- # beginners (55)
- # cider (13)
- # cljdoc (4)
- # cljsjs (1)
- # clojure (11)
- # clojure-spec (7)
- # clojure-uk (9)
- # clojurescript (42)
- # docs (5)
- # figwheel-main (9)
- # fulcro (4)
- # graphql (4)
- # hoplon (27)
- # keechma (32)
- # leiningen (11)
- # luminus (2)
- # nyc (2)
- # off-topic (73)
- # parinfer (1)
- # re-frame (36)
- # reagent (2)
- # reitit (6)
- # ring-swagger (3)
- # shadow-cljs (51)
- # spacemacs (4)
- # tools-deps (17)
- # uncomplicate (1)
Is there a config setting to change the public/index.html
hosting?
For some reason https://github.com/keechma/router has a public/index.html
which is preventing me from using the builtin figwheel-main app.
Being able to have two separate index.html
files in my own resources would be useful too, since I have two figwheel builds.
@bhauman Oh, that's a good idea. Yeah... I've already reached out on #keechma about it.
Thanks for creating that issue, @bhauman. 🙂
Is there an option to start clojure -m fighweel.main
without it opening a new tab in my browser?
@zakora_clojurians I use this figwheel-main.edn
to stop launching a browser. I've also included the config to not run node if you're targeting the node environment
> cat figwheel-main.edn
{:open-url false
:launch-node false}