(defproject repl-test "0.1.0-SNAPSHOT" :plugins [[lein-cljsbuild "0.3.2"]] :cljsbuild { :builds [{ :source-paths ["src"] :compiler { :output-to "brepl-test.js"}}]})