topping
23 May 2014, 7:17 PM
Hi all,
Having a bunch of fun trying modify https://github.com/topping/Ext.ux.data.proxy.WebSocket to be usable as an Architect extension. But it depends on https://github.com/topping/ExtJS-WebSocket and I'm having a hard time expressing this for Architect. Bower can deal with it just fine, and through Bower I cam make sure that both extensions are installed in a project, but I can't get the inclusion of the proxy to generate the app.js with the proper reference to the dependency. So the app fails in loading with "Error: [Ext.Loader] Failed loading 'ext/src/ux/WebSocket.js', please verify that the file exists".
https://github.com/SenchaArchitect/Extensions has a couple of examples, but they aren't interdependent like this so I can't tell what I need to do. I've also scoured http://docs.sencha.com/architect/3/reference/files_directories.html. It seems like it's not possible.
If anyone has ideas and wants to fiddle, the changes I have on both repos are using a fork called architectTest2. Please remember that these also need to remain compatible with Bower.
Grateful for any feedback!!
Cheers, Brian
Having a bunch of fun trying modify https://github.com/topping/Ext.ux.data.proxy.WebSocket to be usable as an Architect extension. But it depends on https://github.com/topping/ExtJS-WebSocket and I'm having a hard time expressing this for Architect. Bower can deal with it just fine, and through Bower I cam make sure that both extensions are installed in a project, but I can't get the inclusion of the proxy to generate the app.js with the proper reference to the dependency. So the app fails in loading with "Error: [Ext.Loader] Failed loading 'ext/src/ux/WebSocket.js', please verify that the file exists".
https://github.com/SenchaArchitect/Extensions has a couple of examples, but they aren't interdependent like this so I can't tell what I need to do. I've also scoured http://docs.sencha.com/architect/3/reference/files_directories.html. It seems like it's not possible.
If anyone has ideas and wants to fiddle, the changes I have on both repos are using a fork called architectTest2. Please remember that these also need to remain compatible with Bower.
Grateful for any feedback!!
Cheers, Brian