Hi all,
today I started creating a new example app with ExtJS 5 and an MVVM architecture approach. My goal was to get an app like the one we have (http://geoext.github.io/geoext2/examples/app/simple/simple.html) but with the before mentioned new techniques. So far so good the app is more or less ready. Due to the fact the app is build with Sencha Cmd I am not sure what I really need to commit. Several questions or concerns:
- are folders like
build/development necessary?
- how to solve the GeoExt package dependency? As far as I understood the whole GeoExt project needs to be placed in
packages/GeoExt which would end in an ugly recursion, or not?
- I think the app example is not just about having an online example, also the source code should be available in the repository, so just just committing the compiled files isn't a good option or?
- Maybe we don't care about the size of the raw project and just add it to the GeoExt repo?
I wanted to hear what the Sencha Cmd specialists @KaiVolland and @bentrm say to this before opening a PR (and of course any other opinion).
Hi all,
today I started creating a new example app with ExtJS 5 and an MVVM architecture approach. My goal was to get an app like the one we have (http://geoext.github.io/geoext2/examples/app/simple/simple.html) but with the before mentioned new techniques. So far so good the app is more or less ready. Due to the fact the app is build with Sencha Cmd I am not sure what I really need to commit. Several questions or concerns:
build/developmentnecessary?packages/GeoExtwhich would end in an ugly recursion, or not?I wanted to hear what the Sencha Cmd specialists @KaiVolland and @bentrm say to this before opening a PR (and of course any other opinion).