Friday, December 28, 2012

Re: browser specific file names after GWT compilation ?



On Wednesday, December 26, 2012 6:21:09 PM UTC+1, ajay...@gmail.com wrote:
GWT compiles java code in to html and java scripts. And it creates some files like B9409F85E92A0CC3FFD0D41AD0307BE5.cache.html (<alphanumeric> .cache.html).
Is there a way to have these file names as fixed file names like ie9.cache.html or safari.cache.html ?

Using a custom linker, yes. But that naming is a feature, on-purpose: https://developers.google.com/web-toolkit/doc/latest/DevGuideCompilingAndDebugging#perfect_caching

--
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/-/dFNjRfrfL1oJ.
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