Opened 12 years ago
Closed 12 years ago
#5523 closed defect (fixed)
debugAtAllCosts broken for xd builds as of 1.0.2
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | BuildSystem | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The change to fix #5273 made it so that loader_debug.js was not processed for xd loading. Need to allow xd processing for that file only in the _loader directory.
I "fixed" this for the 1.0.2 CDN version by copying loader_debug.xd.js from the 1.0.0 CDN version -- the file had not changed between those releases. Note that this version is still susceptible to the "double load" problem described in #5091, so if the fix for this bug is applied to the 1.0 branch, #5091 should also be applied to the 1.0 branch too.
Note: See
TracTickets for help on using
tickets.
Ugh, wrong comment on the commit: This bug is fixed in r12268, not #2766.