Skip to content

Instantly share code, notes, and snippets.

@mfikes
Created February 13, 2015 21:20
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 mfikes/18d9bd56208d966cec1f to your computer and use it in GitHub Desktop.
Save mfikes/18d9bd56208d966cec1f to your computer and use it in GitHub Desktop.
watch
(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