Maybe its a result of the internal caching of the javascript libraries.
You could try to change the script reference from
<script src="build/enyo.js"></script>
<script src="build/app.js"></script>
to
<script src="build/enyo.js?v110"></script>
<script src="build/app.js?v110"></script>
The former libraries will not be used any longer by that.



_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to