Skip to content

Instantly share code, notes, and snippets.

@jfacorro
Created May 29, 2015 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfacorro/a0408bd2a17d5de9ab3f to your computer and use it in GitHub Desktop.
Save jfacorro/a0408bd2a17d5de9ab3f to your computer and use it in GitHub Desktop.
brepl.clj
(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