1) I would say it is not autosave by default so we follow node/npm style. You have to be explicit when saving dependencies to node projects. Example "npm install browserify --save".
2) I believe their is a --link command to point to your www for your Cordova project to use. This isn't a perfect solution for your use case but it better than manually copying. Others who are more familiar with this can hopefully elaborate. On Mar 3, 2015 6:42 AM, "Victor Sosa" <sosah.vic...@gmail.com> wrote: > +1 on Raymond's idea, I also why --save isn't default. When talking about > SCMs, the best practice for Cordova applications is to share them with no > platforms nor plugins, so each time a developer checks out the project from > the repo, he/she will need to add the appropriate plugins and desired > platform. Why not making the developers life easier with this --save flag? > > 2015-03-03 8:27 GMT-06:00 Raymond Camden <raymondcam...@gmail.com>: > > > 1) Is there any reason why --save isn't true by default? It would seem > > that in a majority of cases I'd want to save my plugins to the > > configuration file. I definitely see times when I would *not* want to > > do so, but it seems like that would be the minority of cases. > > > > 2) This is probably an edge case, but... > > > > One of the things I do when building Cordova examples is put up my www > > folder in a repo. My thinking is that my readers can grab the repo, > > and then make a new project and use --copy-from to grab the folder. > > This gives them my www crap and lets them go crazy. > > > > For plugins, I've been using a readme file to tell users what to do. > > > > I'd like to make use of this new feature to persist plugins and save > > users at least one step. (In theory they would just need to add the > > platform they want to test on.) > > > > But in order to do so, I can't just ship the www folder, I have to > > ship an entire Cordova project. That isn't a big deal per se, but it > > does mean they would need to copy a folder manually, possibly modify > > the app id, and then start working on the assets. > > > > Given that I think my use case is probably pretty minor, is there some > > thought as to how one could distribute sample code and make use of > > this feature? > > > > > > > > -- > > > =========================================================================== > > Raymond Camden, Developer Advocate for MobileFirst at IBM > > > > Email : raymondcam...@gmail.com > > Blog : www.raymondcamden.com > > Twitter: raymondcamden > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org > > For additional commands, e-mail: dev-h...@cordova.apache.org > > > > > > > -- > Victor Adrian Sosa Herrera > IBM Software Engineer > Guadalajara, Jalisco >