:
> Hello,
>
> I realize I'm a little late to the party, but I've just read the release
> notes for cordova 9, and am dismayed to find that browserify support was
> removed. I've been relying on this for the past many years, as our app is
> "remotely hosted&qu
Hello,
I realize I'm a little late to the party, but I've just read the release notes
for cordova 9, and am dismayed to find that browserify support was removed.
I've been relying on this for the past many years, as our app is "remotely
hosted", so I'm loading cor
ercontent.com/u/4625315/cordova_android.js (Android)
---
Best regards, Vladimir
-Original Message-
From: Steven Gill [mailto:stevengil...@gmail.com]
Sent: Wednesday, 6 August, 2014 22:07
To: dev@cordova.apache.org; Suraj Pindoria
Subject: Re: Browserify support for cordova-lib/c
out adding any plugin to
> cordova.js).
>
> ---
> Best regards, Vladimir
>
>
> -Original Message-
> From: Steven Gill [mailto:stevengil...@gmail.com]
> Sent: Friday, 1 August, 2014 0:29
> To: dev@cordova.apache.org; Suraj Pindoria
> Subject:
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-lib/pull/66
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
ge-
From: Steven Gill [mailto:stevengil...@gmail.com]
Sent: Friday, 1 August, 2014 0:29
To: dev@cordova.apache.org; Suraj Pindoria
Subject: Re: Browserify support for cordova-lib/cordova-cli
This looks good to me. Anyone else want to test it before I merge it in?
On Wed, Jul 30, 2014 at 3:3
ubject: Re: Browserify support for cordova-lib/cordova-cli
This looks good to me. Anyone else want to test it before I merge it in?
On Wed, Jul 30, 2014 at 3:38 PM, Suraj Pindoria <
suraj.pindo...@yahoo.com.invalid> wrote:
> So I updated this to include some of the additional use
xisting
> > > workspace, or would I have needed to add all plugins / platforms with
> > that
> > > flag as well?
> > >
> > > -Michal
> > >
> > >
> > >
> > > On Tue, Jul 29, 2014 at 3:27 PM, Steven Gill
> > > wrot
at 3:27 PM, Steven Gill
> > wrote:
> >
> > > cordova prepare --browserify works too
> > >
> > > https://issues.apache.org/jira/browse/CB-7001
> > > https://issues.apache.org/jira/browse/CB-7190
> > >
> > >
> > > On Tue, Jul 29, 2
> > -Michal
> >
> >
> >
> > On Tue, Jul 29, 2014 at 3:27 PM, Steven Gill
> > wrote:
> >
> > > cordova prepare --browserify works too
> > >
> > > https://issues.apache.org/jira/browse/CB-7001
> > > https://issues.apache.org/
even Gill
> wrote:
>
> > cordova prepare --browserify works too
> >
> > https://issues.apache.org/jira/browse/CB-7001
> > https://issues.apache.org/jira/browse/CB-7190
> >
> >
> > On Tue, Jul 29, 2014 at 12:02 PM, Suraj Pindoria <
> > s
es.apache.org/jira/browse/CB-7190
>
>
> On Tue, Jul 29, 2014 at 12:02 PM, Suraj Pindoria <
> suraj.pindo...@yahoo.com.invalid> wrote:
>
> > Hi everyone,
> >
> > I have been working with Anis and Steve to add browserify support in
> > cordova-lib and cordov
Github user stevengill commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/66#discussion_r15553915
--- Diff: cordova-lib/src/plugman/uninstall.js ---
@@ -316,6 +316,10 @@ function handleUninstall(actions, platform, plugin_id,
plugin_et, project_dir,
Github user stevengill commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/66#discussion_r15553653
--- Diff: cordova-lib/src/plugman/plugman.js ---
@@ -70,6 +70,7 @@ addProperty(plugman, 'install', './install', true);
addProperty(plugman, 'uninst
Github user purplecabbage commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/66#discussion_r15553576
--- Diff: cordova-lib/src/plugman/uninstall.js ---
@@ -316,6 +316,10 @@ function handleUninstall(actions, platform, plugin_id,
plugin_et, project_di
//issues.apache.org/jira/browse/CB-7001
> https://issues.apache.org/jira/browse/CB-7190
>
>
> On Tue, Jul 29, 2014 at 12:02 PM, Suraj Pindoria <
> suraj.pindo...@yahoo.com.invalid> wrote:
>
> > Hi everyone,
> >
> > I have been working with Anis and Steve
Github user stevengill commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/66#discussion_r15553301
--- Diff: cordova-lib/src/plugman/uninstall.js ---
@@ -316,6 +316,10 @@ function handleUninstall(actions, platform, plugin_id,
plugin_et, project_dir,
nd Steve to add browserify support in
> cordova-lib and cordova-cli. They way this is being done is through a flag
> in the CLI which then calls prepare-browserify versus the standard prepare,
> an example:
> "cordova plugin --browserify add org.apache.cordova.*"
> "cord
Github user purplecabbage commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/66#discussion_r15545303
--- Diff: cordova-lib/src/plugman/install.js ---
@@ -571,7 +571,11 @@ function handleInstall(actions, pluginInfo, platform,
project_dir, plugins_dir
Github user purplecabbage commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/66#discussion_r15545141
--- Diff: cordova-lib/src/plugman/uninstall.js ---
@@ -316,6 +316,10 @@ function handleUninstall(actions, platform, plugin_id,
plugin_et, project_di
Github user purplecabbage commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/66#discussion_r15544876
--- Diff: cordova-lib/src/plugman/plugman.js ---
@@ -70,6 +70,7 @@ addProperty(plugman, 'install', './install', true);
addProperty(plugman, 'uni
Hi everyone,
I have been working with Anis and Steve to add browserify support in
cordova-lib and cordova-cli. They way this is being done is through a flag in
the CLI which then calls prepare-browserify versus the standard prepare, an
example:
"cordova plugin --browserif
GitHub user surajpindoria opened a pull request:
https://github.com/apache/cordova-lib/pull/66
CB-7190: Add browserify support in cordova-lib/cordova-cli
https://issues.apache.org/jira/browse/CB-7190
You can merge this pull request into a Git repository by running:
$ git pull
23 matches
Mail list logo