When starting the browser repl (automatically happens on chocolatier.server/restart-server!) a ton of warning come up as mentioned in issue #5. This appears to have happened when updating to the later versions of ClojureScript and Austin.
Updated to use figwheel for browser repl and local development server which fixes this issue. Should also make it much easier to get running locally as per #5
When starting the browser repl (automatically happens on
chocolatier.server/restart-server!
) a ton of warning come up as mentioned in issue #5. This appears to have happened when updating to the later versions of ClojureScript and Austin.