Circleci, phantomjs
Another quick tip. I use the excellent cljsbuild to compile and test our ClojureScript projects (and I can't believe how difficult it is to wire this stuff together in 2016!). To support continuous integration I use phantomjs to provide the JavaScript environment. Unfortunately ...
2016-09-29