Task inject-scripts fails for boot-cljs output.
ericcheek opened this issue · 1 comments
ericcheek commented
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).
bhagany commented
Good catch, thank you for the report. A fix should not be long in coming.