Re: Platform cache issue with browser

2014-09-08 Thread Andrew Grieve
The npm-based download of platforms is still quite new, as is the need for platforms to have npm dependencies. Android and iOS have some checked in node_modules. I believe blackberry solved this using "bundleDependencies" when publishing to npm. On Mon, Sep 8, 2014 at 8:36 PM, Brian LeRoux wrote:

Re: Platform cache issue with browser

2014-09-08 Thread Brian LeRoux
would be worth us exploring using npm to manage deps (like, vanilla npm) this is precisely the issue w/ maintaining this unnecessary logic ourselves On Mon, Sep 8, 2014 at 5:26 PM, Suraj Pindoria < suraj.pindo...@yahoo.com.invalid> wrote: > Hey, > > I am having an issue when trying to add the br

Platform cache issue with browser

2014-09-08 Thread Suraj Pindoria
Hey, I am having an issue when trying to add the browser as a platform. It is downloading the browser module from the npm registry and saving into "~/.cordova/lib/npm_cache/" but it is installing the node_modules folder into a different folder than my source code. The source code is in "~/.c