Re: java script file linking with gwt java file

2016-06-23 Thread JonL
You need to provide more info for a definitive answer, but it is likely a race condition,either in the semantics of your html or just because of the manner in which GWT loads. You will likely want to add some sort of check that the function exists and do a deferred scheduling until the point wh

Re: Attaching Source Maps when injecting external java script file

2014-10-08 Thread Thomas Broyer
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

Re: Attaching Source Maps when injecting external java script file

2014-10-07 Thread Milan Cvejic
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? On Tuesday, October 7, 2014 4:28:08 PM

Re: Attaching Source Maps when injecting external java script file

2014-10-07 Thread Jeffrey Chimene
That really is a 404. Check your sources. On 10/06/2014 06:52 PM, Milan Cvejic wrote: > Definitely not the answer that I am looking for. But thanks anyway. > > I am wrapping some jQuery plugin, and I need jQuery as dependence. > > On Monday, October 6, 2014 4:02:31 PM UTC+2, jchimene wrote: > >

Re: Attaching Source Maps when injecting external java script file

2014-10-06 Thread Milan Cvejic
Definitely not the answer that I am looking for. But thanks anyway. I am wrapping some jQuery plugin, and I need jQuery as dependence. On Monday, October 6, 2014 4:02:31 PM UTC+2, jchimene wrote: > > On 10/05/2014 02:08 PM, Milan Cvejic wrote: > > Hi, > I am getting 404 asking me for jquery

Re: Attaching Source Maps when injecting external java script file

2014-10-06 Thread Jeffrey Chimene
On 10/05/2014 02:08 PM, Milan Cvejic wrote: > Hi, > I am getting 404 asking me for jquery.min.map when injecting JQuery using > > | > ScriptInjector.fromUrl("//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery.min.js").inject(); > | > > Does anyone have any experience with injecting source map

Attaching Source Maps when injecting external java script file

2014-10-06 Thread Milan Cvejic
Hi, I am getting 404 asking me for jquery.min.map when injecting JQuery using ScriptInjector.fromUrl( "//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery.min.js").inject(); Does anyone have any experience with injecting source maps with Script Injector? Thanks, Milan -- You received thi

Re: Java Script File

2009-03-10 Thread Shawn Brown
ccasion where you are debugging GWT's output, then -style DETAILED might be helpful. On Tue, Mar 10, 2009 at 3:48 PM, Eva wrote: > > I would like to read the automatic genererated Java Script file. Where > can I find it? I have read that the Java Script file is compressed, so > th

Java Script File

2009-03-09 Thread Eva
I would like to read the automatic genererated Java Script file. Where can I find it? I have read that the Java Script file is compressed, so that the code cannot be read. Is there a possibility with Eclipse to avoid that compression? --~--~-~--~~~---~--~~ You