prismofeverything / schmetterling

Debug clojure from the browser
77 stars 4 forks source link

dependency upgrades and PNG crushing #8

Closed fsiler closed 9 years ago

prismofeverything commented 9 years ago

Hi fsiler,

Thanks for this! Since we are changing so many dependencies it justifies a 0.0.9 release. Have you tested it with all the new dependencies?

fsiler commented 9 years ago

To be honest, I'm not even really sure HOW to test it, only that it's an anchor on a number of dependencies for caribou. I would love to write a simple test suite that just tests connectivity, or maybe a Selenium test to do an in-browser check?

Is there a recommended way to test leiningen plugins, akin to lein-try?

prismofeverything commented 9 years ago

Well, just running lein cljsbuild once fails on

No such namespace: goog.string, could not locate goog/string.cljs or goog/string.cljc

So, it looks like things have sufficiently drifted in the clojurescript world to cause this to not work anymore. Running this in original master succeeds.