Fork me on GitHub
#lein-figwheel
<
2016-04-06
>
urbanslug11:04:58

hmmm what would cause the imports in cljs to fail?

urbanslug11:04:23

Is there a real project I can see using figwheel because I just can’t get it to work.

urbanslug11:04:49

Like with cljsbuild dev production

urbanslug12:04:59

Wow I thought I would just plug figwheel into the dev configs but nooooo

urbanslug12:04:12

Must not give up

hoopes12:04:00

@urbanslug: you can lein new figwheel to get a super-basic project, if you just need to see it actually working to prove it works

urbanslug12:04:31

I want to make it work with an existing non toy project.

hoopes12:04:29

right, i understand, sometimes i go back to the basics (like what you get with that command) to incorporate things into existing projects, one step at a time

hoopes12:04:15

gives me the correct project.clj, and i can copy/paste, etc - anyway, just an idea

urbanslug13:04:48

I guess I could try to really understand figwheel first.

naartjie15:04:47

Is anyone using figwheel with nodejs apps? I opened this issue, about disabling figwheel in prod: https://github.com/bhauman/lein-figwheel/issues/373 It's probably super obvious how to do this though, it's just not so obvious to me, because I'm still fairly fresh to this environment.