adzerk-oss / boot-cljs-repl

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

allow restriction of repl injection to specific builds #24

Closed martinklepsch closed 8 years ago

martinklepsch commented 8 years ago

Allow users to only inject REPL code into specific builds. Previous default behaviour is maintained.

Deraen commented 8 years ago

I would suggest using by-name to filter files: https://github.com/adzerk-oss/boot-cljs/blob/next/src/adzerk/boot_cljs/util.clj#L32-L34