You could also ship your plugin as a node package (with a package.json and node_modules) and point your js paths to node_modules/ (just as +andrew said). Maybe plugman should also support before_ and after_ hooks as well in order to run "npm install" ?
On Wed, Jul 3, 2013 at 9:59 AM, Bryan Bishop <[email protected]> wrote: > On Tue, Jul 2, 2013 at 5:53 PM, Don Coleman <[email protected]> wrote: > > > I ripped a bunch of Javascript code out of my Cordova NFC plugin and > > created a NPM so I could reuse the code elsewhere. > > > > Is this something that runs on a phone? Does this mean you're running your > node module through browserify first? > > - Bryan > http://heybryan.org/ > 1 512 203 0507 >
