Re: browserify support

2019-03-30 Thread Jesse
: > 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

browserify support

2019-03-28 Thread Dan Polivy
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

RE: Browserify support for cordova-lib/cordova-cli

2014-08-06 Thread Vladimir Kotikov (Akvelon)
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

Re: Browserify support for cordova-lib/cordova-cli

2014-08-06 Thread Steven Gill
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] cordova-lib pull request: CB-7190: Add browserify support in cordo...

2014-08-05 Thread asfgit
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

Re: Browserify support for cordova-lib/cordova-cli

2014-08-04 Thread Suraj Pindoria
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

RE: Browserify support for cordova-lib/cordova-cli

2014-08-04 Thread Vladimir Kotikov
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

Re: Browserify support for cordova-lib/cordova-cli

2014-07-31 Thread Steven Gill
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

Re: Browserify support for cordova-lib/cordova-cli

2014-07-30 Thread Suraj Pindoria
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

Re: Browserify support for cordova-lib/cordova-cli

2014-07-29 Thread Michal Mocny
> > -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/

Re: Browserify support for cordova-lib/cordova-cli

2014-07-29 Thread Steven Gill
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

Re: Browserify support for cordova-lib/cordova-cli

2014-07-29 Thread Suraj Pindoria
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] cordova-lib pull request: CB-7190: Add browserify support in cordo...

2014-07-29 Thread stevengill
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] cordova-lib pull request: CB-7190: Add browserify support in cordo...

2014-07-29 Thread stevengill
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] cordova-lib pull request: CB-7190: Add browserify support in cordo...

2014-07-29 Thread purplecabbage
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

Re: Browserify support for cordova-lib/cordova-cli

2014-07-29 Thread Michal Mocny
//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] cordova-lib pull request: CB-7190: Add browserify support in cordo...

2014-07-29 Thread stevengill
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,

Re: Browserify support for cordova-lib/cordova-cli

2014-07-29 Thread Steven Gill
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] cordova-lib pull request: CB-7190: Add browserify support in cordo...

2014-07-29 Thread purplecabbage
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] cordova-lib pull request: CB-7190: Add browserify support in cordo...

2014-07-29 Thread purplecabbage
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] cordova-lib pull request: CB-7190: Add browserify support in cordo...

2014-07-29 Thread purplecabbage
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

Browserify support for cordova-lib/cordova-cli

2014-07-29 Thread Suraj Pindoria
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] cordova-lib pull request: CB-7190: Add browserify support in cordo...

2014-07-29 Thread surajpindoria
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