Created
February 13, 2015 21:20
-
-
Save mfikes/18d9bd56208d966cec1f to your computer and use it in GitHub Desktop.
watch
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
(repl/repl* (jsc/repl-env) | |
{:output-dir "out" | |
:watch "out" | |
:cache-analysis true | |
:source-map true}) | |
(repl/repl* (jsc/repl-env) | |
{:output-dir "out" | |
:watch "/Users/mfikes/Documents/Projects/hello-ambly/src" | |
:cache-analysis true | |
:source-map true}) | |
(repl/repl* (jsc/repl-env) | |
{:output-dir "out" | |
:watch "src" | |
:cache-analysis true | |
:source-map true}) | |
(repl/repl* (jsc/repl-env) | |
{:output-dir "out" | |
:watch "/Users/mfikes/Documents/Projects/hello-ambly/src/hello_ambly" | |
:cache-analysis true | |
:source-map true}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment