Skip to content

Instantly share code, notes, and snippets.

@mfikes
Created April 3, 2015 15:08
Show Gist options
  • Save mfikes/cb51ab4c5f82224c7c6a to your computer and use it in GitHub Desktop.
Save mfikes/cb51ab4c5f82224c7c6a to your computer and use it in GitHub Desktop.
repl.clj
(require 'cljs.repl)
(require 'cljs.closure)
(require 'cljs.repl.browser)
(cljs.closure/build "src"
{:main 'hello-world.core
:output-to "out/main.js"
:verbose true})
(cljs.repl/repl (cljs.repl.browser/repl-env)
:watch "src"
:output-dir "out")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment