alexkehayias / chocolatier

WIP ClojureScript game/engine using Pixi.js for rendering.
Eclipse Public License 1.0
429 stars 29 forks source link

Excessive warning when starting brepl #6

Closed alexkehayias closed 9 years ago

alexkehayias commented 9 years ago

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.

alexkehayias commented 9 years ago

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