Skip to content

Instantly share code, notes, and snippets.

Created October 13, 2015 08:15
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 anonymous/0d5a1d91eec268673b49 to your computer and use it in GitHub Desktop.
Save anonymous/0d5a1d91eec268673b49 to your computer and use it in GitHub Desktop.
(require 'cljs.repl)
(require 'cljs.repl.browser)
(require 'cljs.build.api)
(cljs.build.api/build "src"
{:output-to "out/main.js"
:main 'hello.core})
(cljs.repl/repl (cljs.repl.browser/repl-env)
{:watch "src"
:output-to "out/main.js"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment