I generated a starter app using:
sencha -sdk </path/to/ext-js> generate app classic TestApp testapp
After this, I keep two terminals open. One where 'sencha app watch' is running, one where I am doing my development (i.e. working on the app itself).
So far so good.
But two things:
1. The application folder is about 127MB in size. All of it is in 'build' and 'ext'. Why is it so much? Shouldn't 'sencha cmd' be storing exactly what my app needs in the 'ext' folder? I am currently using nothing but tab panel, grid, pagingtoolbar (and maybe a few other things). Also, I am using only 'theme-classic', why is 'sencha cmd' throwing in everything in 'ext' folder? How do I ask it to clean things up?
- I realize that I should version control only my application files, and not the 'ext' and 'build' folders.
2. Once I have something ready to start hosting on my separate web server, do I need to copy over the entire 127MB folder to my DOCROOT? or is there a sencha command to just bundle up the minimal required things and I copy over that folder to my DOCROOT?
Thanks!
Shikhanshu