When deploying with IO, alert with "Path to index is invalid." but it isn't!
I uploaded a .zip of my app, where my index.html is in the root. Thus the path in sencha.io is set to a value of index.html.
It pops up with the alert every time I try and deploy, that the path to index.html is invalid. I don't get it?
app
app.js
index.html
resources
touch
^Those are all in the root, so I don't understand what I filled out wrong when setting up my app, if that is even it.
These are the paths I have set in my app.js and .sencha/app/sencha.cfg (just in case):
Ext.Loader.setPath({
'Ext': 'touch/src',
'testApp': 'app',
'Ext.io': 'io/src/io'
});
app.classpath=${app.dir}/io,${app.dir}/app.js,${app.dir}/app