Skip to content
David Nolen edited this page Feb 21, 2015 · 19 revisions

ClojureScript REPLs can take nearly all the same options that can be supplied to cljs.closure/build, for details see Compiler Options. This page documents additional supported options.

repl-verbose

Enable verbose reporting for the REPL. Useful for debugging. Defaults to false.

:repl-verbose true

watch

Watch a source directory for recompilation to avoid spinning up an additional JVM.

:watch "src"
Clone this wiki locally