When compiling with cljsbuild, I get: ``` java.lang.Exception: The ClojureScript compiler requires Clojure version >= 1.5.1 ``` Changing the version to 1.5.1 fixes it.