mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
minify-js: Remove; everything has been migrated to Webpack.
min/sockjs-0.3.4.min.js is not used. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
3ffe78e483
commit
079ddae4c8
@@ -30,7 +30,7 @@ class SourceMap:
|
||||
out = '' # type: str
|
||||
for ln in stacktrace.splitlines():
|
||||
out += ln + '\n'
|
||||
match = re.search(r'/static/(?:webpack-bundles|min)/(.+)(\.[\.0-9a-f]+\.js):(\d+):(\d+)', ln)
|
||||
match = re.search(r'/static/webpack-bundles/(.+)(\.[\.0-9a-f]+\.js):(\d+):(\d+)', ln)
|
||||
if match:
|
||||
# Get the appropriate source map for the minified file.
|
||||
minified_src = match.groups()[0] + match.groups()[1]
|
||||
|
||||
Reference in New Issue
Block a user