Is there a howto or best practice on how to combine these?
Thorsten
Printable View
Is there a howto or best practice on how to combine these?
Thorsten
Have not seen one.. But this is what I do.
I use Architect in the folder:
root\AppName\ (including the app.js app.html etc)
Then generate app (you could to in in root AppName, but no need)
root\touch-2.1-sdk\sencha generate app AppName ..\AppNameDeploy
Then i use Deploy in Architect, and Copy everyting to
root\AppNameDeploy
Now i search-replace http://localhost/myapp/rest/ to http://www.myapp.com/rest/ etc
Then i build from
root\AppNameDeploy
I could merge architect and deploy folders, but I also need to search/replace the urls on deploy
Thanks Sven. How about a ExtJS 4.1.2 App ?
I'm doing the same thing there..
In case you hadn't seen this post - http://www.sencha.com/forum/showthre...-Sencha-Cmd-v3
Hey Don. It's using SA with Ext JS 4.1.x and CMD 3 not for a touch project.