On Wednesday, October 8, 2014 4:31:45 AM UTC+2, Milan Cvejic wrote:
>
> Actual problem is using minified version of jQuery library that is hosted 
> on some other servers (eg. google) and I can not change that. 
>
> Therefore I am asking is there any way to make GWT to include source maps 
> when injecting external javascript libraries?
>

That's not how sourcemaps work.
Link to the sourcemap is either included into the JS within a special 
comment syntax, or sent as an HTTP header. It looks like Google Hosted 
Libraries does not send this information, at least for jQuery 1.11.1.
It's independent of whether you use GWT to inject the lib or not, and 
there's no workaround (that I know of).

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to