Created
May 29, 2015 22:03
-
-
Save jfacorro/a0408bd2a17d5de9ab3f to your computer and use it in GitHub Desktop.
brepl.clj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require | |
'[cljs.repl :as repl] | |
'[cljs.repl.browser :as browser]) | |
(repl/repl (browser/repl-env) | |
:watch "src" | |
:output-dir "out" | |
:optimizations :none | |
:cache-analysis true | |
:source-map true) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment