>
> Published it to npm!
>
> https://www.npmjs.com/package/cordova-plugin-crosswalk-webview
It works like a charm!
>
> Once a CLI release happens, we can update the docs to install it via plugin
> ID.
It sounds good!
>
> On Wed, Mar 25, 2015 at 8:56 AM, Ian Clelland
> wrote:
>
> > Once w
Published it to npm!
https://www.npmjs.com/package/cordova-plugin-crosswalk-webview
Once a CLI release happens, we can update the docs to install it via plugin
ID.
On Wed, Mar 25, 2015 at 8:56 AM, Ian Clelland
wrote:
> Once we publish this to npm (or the Cordova plugin registry) it will be
> m
Once we publish this to npm (or the Cordova plugin registry) it will be
much smaller; just containing the code that is absolutely required for the
current version.
I think that the only reasonable way to make the git repo itself smaller
would be to move it to a new location (new name or new organi
>
> Could this be fixed on plugman's side with git clone --depth 1?
It still downloads 63MB.
In my experiment, I delete all unused branches, tags, and remove related git
objects. It can shrink the repo to 340KB with full history of master branch.
There is a good reference for git repo shrinkin
Could this be fixed on plugman's side with git clone --depth 1?
On Tue, Mar 24, 2015 at 9:02 AM, Ian Clelland
wrote:
> On Tue, Mar 24, 2015 at 6:15 AM, Hu, Ningxin wrote:
>
> > Crosswalk engine plugin is expected to work with upcoming Cordova Android
> > 4.0.0 release.
> >
> > As I investigate,
On Tue, Mar 24, 2015 at 6:15 AM, Hu, Ningxin wrote:
> Crosswalk engine plugin is expected to work with upcoming Cordova Android
> 4.0.0 release.
>
> As I investigate, there are some issues need to be fixed:
> 1. Update the README.md of cordova-crosswalk-engine. E.g no fetch_libs.sh
> anymore. I
Crosswalk engine plugin is expected to work with upcoming Cordova Android 4.0.0
release.
As I investigate, there are some issues need to be fixed:
1. Update the README.md of cordova-crosswalk-engine. E.g no fetch_libs.sh
anymore. I managed to create a PR for this:
https://github.com/MobileChro