@ashnur yes, i rarely encountered those problems. please post your leiningen project.clj. maybe you have wrong configuration there.
first i need to setup and configure lein and figwheel on windows 10
any suggestion on where to start?
ok, i installed it with help from elsewhere
how to have different configuration for different development environments? at work i want to work from the localhost, but at home i have a dedicated machine to host stuff
Like environment variables? https://github.com/weavejester/environ
i don't know, i am just asking
right now i have to rewrite the project.clj every day twice
@ashnur you can create different :profiles
in your project.clj
yeah i just got the same suggestion in #clojurescript, reading about it now
thanks
I have multiple builds and whenever I visit a screen that’s not my main build I get a warning about goog.require not being able to find figwheel.connect
here’s my figwheel.edn
any suggestions will be much appreciated!