hashobject/perun

Task inject-scripts fails for boot-cljs output.

ericcheek opened this issue · 1 comments

Java's String.replaceAll (used here) treats '$' signs as regex group match references. Most inputs containing '$' lead to IllegalArgumentExceptions (for example, injecting cljs optimized with the Google Closure Compiler).

Good catch, thank you for the report. A fix should not be long in coming.