Stephen Haberman
unread,Sep 28, 2014, 7:21:45 PM9/28/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-web-tool...@googlegroups.com
Hey,
I was trying SDM on a project today, via the -superDevMode flag that
was added to DevMode (great work).
It worked really well on one project, and then on another I kept
getting the "GWT needs (re)compiled" that's from the old
<module>.nocache.js.
Turns out I had a <module>.nocache.js.gz artifact that was from some
previous compile I had done (with Precompress included), and Jetty was
serving this old .js.gz as the preferred version of the nocache.js file.
So, I'm not super familiar with where/when the files get generated, but
maybe SDM could detect/delete/update the potentially-stale .js.gz
version of the nocache.js file?
Thanks,
Stephen