Re: Problems Bundling Large BIN files with a Plugin

2015-01-22 Thread Carlos Santana
I forgot to mentioned Lyle, this mailing list is for discussing contributions and development of Cordova. For Cordova usage question please use StackOverflow [1], that way other users can benefit. [1]: http://stackoverflow.com/questions/tagged/cordova On Thu, Jan 22, 2015 at 1:56 PM, Carlos San

Re: Problems Bundling Large BIN files with a Plugin

2015-01-22 Thread Carlos Santana
Take a look at Cordova Hooks [1], you can use the "after_plugin_install" to run any logic you want for your plugin You can define the plugin hook in "plugin.xml" and the hook can be a nodejs script [1] https://github.com/apache/cordova-lib/blob/master/cordova-lib/templates/hooks-README.md On Wed

Problems Bundling Large BIN files with a Plugin

2015-01-21 Thread Lyle Pratt
Howdy! I am running into an issue bundling large BIN files needed in a plugin. Mainly the problem is that Github (and most other public GIT repositories) have file size limits. It really seems like there should be a way to link to an externally hosted file in the plugin.xml, or to AT LEAST be able