Hi Thomas, The base Adobe Launch Library script can be formatted, but
the custom rules applied to the page can't be. See this exampleNotice
that even formatted, the code is inside a JSONSo I found a manual way to
work on each file.I used the new overrides feature in Chrome and add //#
sourceURL=rule1.js to the end of the stringAnd now you can see the
script as a file in the debuggerIf Adobe Launch could add the option to
add these to Dev builds, that would be so awesome! //#
sourceURL=HASH1.js /...