Can you post your project.clj and your folder structure? You might have
your `:http-server-root` pointing to the wrong place. To see a working
configuration try `lein new fighweel your-project-name` and you'll get a
template with figwheel ready to go.
On Saturday, March 7, 2015 at 11:47:19 PM U
Unless I'm misunderstanding, this sounds like a routing issue. If you're
going directly through Figwheel without a Ring server, you'll need
something like Secretary to do the routing. Otherwise, you can configure
Figwheel to interact with the Ring server's port and simply not use 3449 at
all. This
Sounds like you are fighting with project.clj. You'd be better off going
with a template like chestnut as a learning tool.
On Saturday, March 7, 2015 at 5:47:19 PM UTC-5, Jonathon McKitrick wrote:
>
> I decided to ditch piggieback/weasel and try figwheel, and though it
> starts without errors,