Created
April 3, 2015 15:08
-
-
Save mfikes/cb51ab4c5f82224c7c6a to your computer and use it in GitHub Desktop.
repl.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) | |
| (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