Sunday, April 1, 2012

Source maps

Hi everyone,
I tried to compile my GWT app with source maps support (as explained here http://stackoverflow.com/questions/9804492/how-to-try-sourcemaps-with-gwt) and it failed at first (some json stuff was missing) so I added it to my project's class path then it compiled OK and I can see the source maps generated in WEB-INF/deploy/<project>/symbolMaps. I should also note that I'm using custom build of GWT from trunk. I enabled source maps support in Chrome's Developer tools setting panel but I the source maps doesn't seem to work. I'm launching the app through jetty but not in dev mode (obviously ;-) ) I compiled the project in obfuscated mode as standard compile (no draft or anything like that). Do I have to use another version of Chrome? Does anyone tried this as well and succeeded?

Honza

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/cM5XpVMqf68J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment