]
Vlado Pakan closed JBIDE-18760.
-------------------------------
Verified with JBDS 8.0.1.CR1-v20141124-0632-B333
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.CR1
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.
To verify:
1. Create a new project and observe that index.html does not call app.initialize() in
index.html but rather on index.js
2. check that project runs on CordovaSim