RESOLVED FIXED 151711
Web Inspector: Broken Inspector when resources are minified
https://bugs.webkit.org/show_bug.cgi?id=151711
Summary Web Inspector: Broken Inspector when resources are minified
Joseph Pecoraro
Reported 2015-12-01 11:17:10 PST
* SUMMARY Broken Inspector when resources are minified. * ERRORS: Main.js:8903:11: CONSOLE ERROR ReferenceError: Can't find variable: CodeMirror Main.html:38:28: CONSOLE ERROR TypeError: WebInspector.loaded is not a function. (In 'WebInspector.loaded()', 'WebInspector.loaded' is undefined) * NOTES The minified html shows Main.js first in the list above its dependencies: > <script src="Main.js"></script> > <script src="CodeMirror.js"></script> > <script src="Esprima.js"></script> > <script src="ESLint.js"></script>
Attachments
[PATCH] Proposed Fix (7.34 KB, patch)
2015-12-01 11:21 PST, Joseph Pecoraro
timothy: review+
Joseph Pecoraro
Comment 1 2015-12-01 11:19:36 PST
Joseph Pecoraro
Comment 2 2015-12-01 11:21:18 PST
Created attachment 266369 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 3 2015-12-01 13:12:17 PST
Note You need to log in before you can comment on or make changes to this bug.