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 < suraj.pindo...@yahoo.com.invalid> wrote: > 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 --browserify add org.apache.cordova.*" > "cordova plugin --browserify rm org.apache.cordova.*" > > > So far it has only been tested using iOS and Android and requires that the > browserify flag is present whenever you add or remove a plugin. Let me > know if you have any questions or concerns. > > https://github.com/apache/cordova-lib/pull/66 > > https://github.com/apache/cordova-cli/pull/185 > > > Thanks, > Suraj.