>Is the script tag from inject_script going before or after the script tag for >the application (should be before, >IMO)?
It’s going before but the network shows it’s loaded after. >Make sure the script tag has the same settings as the script tags google >closure uses in js-debug. I think they set some options so the scripts load >in order. I see type being specified in the gcl script elements, while inject ones don’t. I suppose it’s worth seeing if that makes a difference, though I couldn’t find evidence for that on the web.