[16:03:28] We're seeing a problem with 1.35.7's JS minimizer. Are there any known issues? [16:04:00] It is adding line breaks into strings and changing "//" comments into "/ /" [16:07:19] * hexmode wonders if this is a line length problem with minified js [16:31:40] Ah... it appears to break on closing tags in the minified js [16:32:59] It starts when "" is mis-interpreted and minified as "" [18:19:16] Looks like it was a problem with template literals. This commit fixed the problem: https://github.com/dataspects/DataspectsSearch/commit/d71a39eeaadba400954b67493abd680ea48477ac [18:32:08] bug: https://phabricator.wikimedia.org/T317061 [18:33:44] unlikely to get fixed without a repro case [18:34:48] ori: ty for info, hopefully I have enough repo info to provide [18:35:31] *repro