Benjamin Thurm
Benjamin Thurm
As running the tests via SlimerJS is easy, there seems to be a problem with `Ext.Loader.syncRequire` classes ultimately failing when calling `Ext.create`. Seems it is loaded asynchronously anyway. The following...
I didn't come up with a quick and simple solution. It kind of feels like a problem with ExtJS or SlimerJS, too. Not sure which one though. As the tests...
The problem seems to be that the headless tests are run via file:// protocol. This works with PhantomJS but not SlimerJS. I made some changes in #294.
> are folders like build/development necessary? I think it is best to only commit raw source in master and commit builds in gh-pages? > how to solve the GeoExt package...
I just noticed the Readme.md that is generated for new packages in the `package/examples`. I think this explains it even better and demonstrates how to deal with potential builds: ```...
@marcjansen, looks like this has been resolved?
Would it be ok to load OpenLayers from a CDN that supports https? This way, OpenLayers can be removed in the gh-pages branch and will be available executing the examples...
@chrismayer, did you make this work in your application and would you be able to provide a PR?
It's a good start I guess. The whole Ext-proxy/reader stuff :copyright: is a bit hard to reason about..
Is this in any way related to #173 and #162?