On 30/04/14 10:48, Leo Iannacone wrote: > Node browserify is a kind of software which makes node modules > compatible and runnable for browsers. > > It seems many modules use it, so it would be nice package it. > > I have taken a look, and it madly depends on dozens of packages/modules[0]. > > My question is: > > do you know if exist something else which does the same job (with less > depends)?
A few points in reply to your question: browserify-lite exists now and helps some projects, I tried it for JsSIP packages and will share my results soon, some hints in the issue tracker[1] For Node-based projects with large dependency graphs, I'm starting another thread on this mailing list. 1. https://github.com/andrewrk/browserify-lite/issues?utf8=%E2%9C%93&q=is%3Aopen+ _______________________________________________ Pkg-javascript-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel
