boot-cljs-repl icon indicating copy to clipboard operation
boot-cljs-repl copied to clipboard

Follow .cljs.edn file conventions

Open plexus opened this issue 8 years ago • 0 comments

boot-cljs encourages specifying options in .cljs.edn files.

When doing that using boot-cljs-repl involves manually reading these options and passing them on to start-repl. Not doing so can cause all kinds of breakage that can be hard to debug. Instead of boot-cljs-repl would follow this convention things would work out of the box.

See also #49

plexus avatar Aug 10 '17 13:08 plexus