pac looks good. There's also npmbox (https://github.com/arei/npmbox) and bundle.js (https://gist.github.com/jackgill/7687308). What I've been doing is adding my deps as bundledDependencies, run npm pack, and then - believe it or not - building RPMs out of the whole schmozzle. The bundledDependencies property seems to get overlooked sometimes. Its super useful. If you want to see native functionality for bundling dependencies in npm you can try and upvote the issue at https://github.com/npm/npm/issues/4210
On Monday, May 26, 2014 10:14:40 PM UTC-4, Tim Walling wrote: > > We've been using *pac* on a project for about 8 months and have really > liked it. > > https://www.npmjs.org/package/pac > > - Tim > > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/8a3d670d-e22b-4da7-9c59-76463e3a5f32%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
