Hello,

 I am trying to serve my GWT client side as a static resource in Salesforce 
platform.
I am getting the error "you may have to recompile your module" which I 
think points to the fact that the deferred.js files can't be found by the 
bootstrap process.
The main page is dinamically generated and ends up loading the initial 
script using a custom path (plus the loading is from a ZIP archive)

<script 
src="/resource/1392842835000/gwtArchive/Main/Main.nocache.js<https://c.na15.visual.force.com/resource/1392842835000/gwtArchive/YoxelSync/YoxelSync.nocache.js>
"/>

Is there anyway to make this work? Any way to instruct the boostrap process 
to pull *.js files from 
/resource/1392842835000/gwtArchive/Main<https://c.na15.visual.force.com/resource/1392842835000/gwtArchive/YoxelSync/YoxelSync.nocache.js>
?

Thank you


-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to