> Am 18.11.2015 um 08:16 schrieb John English <[email protected]>: > > On Tuesday, November 17, 2015 at 7:13:49 PM UTC+2, ryandesign wrote: > I like browserify... It's not an implementation of require but another > solution to the problem. > > I want to be able to have a common code base; modules that I require can > require other modules, and I don't want them to have to figure out which > environment they're running in first. >
Excuse my shameless advertistment… But WebPack might do that, actually. Even in a browser, it can emulate/pollyfill common nodejs things, so you actually dont have to think about the environment, you just code. o.o https://github.com/webpack/webpack <https://github.com/webpack/webpack> -- 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/E73F9D6A-868A-45E2-9356-E991E78B9EC2%40googlemail.com. For more options, visit https://groups.google.com/d/optout.
