-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example app with ExtJS 5 #351
Comments
Hi, |
I think it is best to only commit raw source in master and commit builds in gh-pages?
I think packages have a notion of "examples" which may be applicable here but kind of conflict with the fact that ExtJS lives outside of the package directory. In fact, generating a package via
By running
|
@KaiVolland: I don't think that @chrismayer's work was the same you did. If I get him right, he wants to build an example application using ExtJS 5.1, OpenLayers 2.13.1 and GeoExt 2.1. This would eventually end up in Geoext 2.1. |
Hi all,
Sounds good to me. So, I guess I will provide a PR which then can be checked by you, so we can iterate towards a good solution for the lib. |
I just noticed the Readme.md that is generated for new packages in the
For GeoExt I removed the required build files |
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/development
necessary?packages/GeoExt
which 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).
The text was updated successfully, but these errors were encountered: