adzerk-oss / boot-cljs-repl

Boot task providing a REPL for ClojureScript development.
Eclipse Public License 1.0
72 stars 28 forks source link

Follow .cljs.edn file conventions #56

Open plexus opened 6 years ago

plexus commented 6 years ago

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