brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

Replace sourceURL with real source maps #12965

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by jasonsanjose Tuesday Nov 25, 2014 at 21:30 GMT Originally opened as https://github.com/adobe/brackets/pull/10019


Replaces "sourceURL" (which isn't the same as source maps http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/#toc-sourceurl) unminified build with real source maps using mangled/compressed code.

Also fixes a race condition in ProjectManager that only appears in the minified build where menus aren't initialized yet.


jasonsanjose included the following code: https://github.com/adobe/brackets/pull/10019/commits

core-ai-bot commented 3 years ago

Comment by jasonsanjose Tuesday Nov 25, 2014 at 21:31 GMT


Tested with CEF 2171 to confirm source maps are used.

core-ai-bot commented 3 years ago

Comment by jasonsanjose Tuesday Nov 25, 2014 at 23:34 GMT


@peterflynn want to review this since you helped diagnose the issues in E4B?