]
Gorkem Ercan reassigned JBIDE-18760:
------------------------------------
Assignee: Gorkem Ercan
Align generated html and js with the Cordova CLI one
----------------------------------------------------
Key: JBIDE-18760
URL:
https://issues.jboss.org/browse/JBIDE-18760
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: aerogear-hybrid
Affects Versions: 4.2.0.Final
Reporter: Gorkem Ercan
Assignee: Gorkem Ercan
Fix For: 4.2.1.Final
In Thym, the app.initalize() is called in a script tag inside the index.html but in a
cordova CLI generated project (cordova create) , the app.initialize() is called directly
in the index.js .
I think Thym should align with this.