Installation Problems... Example Included
Re: Installation Problems... Example Included
He-he
May be run the diff with the example attached to see the differences.

Re: Installation Problems... Example Included
Some time away helped... So the issue was in my app.json file, I had:
and not
So it looks like it's working correctly now.... I hope this thread saves somebody some hair and stress one day.
Thanks for your help Nickolay, appreciate it tremendously. Now I get to try out your awesome product =).
Code: Select all
"js": [
{
"path": "touch/sencha-touch-debug.js",
},
Code: Select all
"js": [
{
"path": "touch/sencha-touch-all-debug.js" //must have the -all- in there....
},
Thanks for your help Nickolay, appreciate it tremendously. Now I get to try out your awesome product =).