I tried deploying my GWT app in a CMS however here's the error it throws when accessed:
GWT module 'app' may need to be (re)compiled
I have placed the compiled 'app' folder in the resource folder of the CMS where it is accessed like:
<script type="text/javascript" language="javascript" src="file/theme/gwt/app/app.nocache.js"></script>
I tried checking if the app.nocache.js
is accessible in the browser and it is.
This app works when I run it as Eclipse GWT project or through maven gwt:run
What could be the problem?