lein-figwheel

mavbozo 2017-02-06T09:45:16.000536Z

@ashnur yes, i rarely encountered those problems. please post your leiningen project.clj. maybe you have wrong configuration there.

Aron 2017-02-06T14:56:50.000537Z

first i need to setup and configure lein and figwheel on windows 10

Aron 2017-02-06T14:56:57.000538Z

any suggestion on where to start?

Aron 2017-02-06T15:34:07.000539Z

ok, i installed it with help from elsewhere

Aron 2017-02-06T15:34:47.000540Z

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

zak 2017-02-06T15:54:37.000541Z

Like environment variables? https://github.com/weavejester/environ

Aron 2017-02-06T15:55:23.000543Z

i don't know, i am just asking

Aron 2017-02-06T15:55:39.000544Z

right now i have to rewrite the project.clj every day twice

mavbozo 2017-02-06T16:06:08.000545Z

@ashnur you can create different :profiles in your project.clj

Aron 2017-02-06T16:06:41.000546Z

yeah i just got the same suggestion in #clojurescript, reading about it now

Aron 2017-02-06T16:06:44.000547Z

thanks

2017-02-06T19:59:10.000548Z

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

2017-02-06T19:59:16.000549Z

here’s my figwheel.edn

2017-02-06T20:00:33.000552Z

any suggestions will be much appreciated!