Closed skrat closed 9 years ago
Well that's not right. Thanks for letting me know. I'll take a look.
I have looked at this a bit and I have recently committed code that should fix this. If you have a project.clj that displays this behavior I'd love to see it.
+1, I am having the same problem. I can't get figwheel working with default clojurescript template.
can you send me your project.clj?
yes. this is it. Sorry, I had classes this evening.
Yes xperian you have to have your :output-dir and output-to both need to be under resources/public for figwheel to work. Please read the Readme
I have some different (cljs)builds that I don't use with figwheel, having their
output-dir
set outsideresources
. When I runlein figwheel app
, whereapp
hasoutput-dir
set underresource/public
, figwheel complains about it quits. When I remove my other (non figwheel compatible) build fromproject.clj
, everything works.