In my Google web toolkit application, my gwt.xml file includes the following line in the module:
<module rename-to='foo'>
...
<script src="foo.js"></script>
...
My question is: where in my GWT project do I actually place foo.js so that it gets packed into the war when I compile my project?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…