Overriding Meteor packages

which is pretty cool

Jamal Boulhous
1 min readDec 7, 2013

Meteor is gaining in popularity and maturity, i knew about it from version 0.5.0, and kept following its evolution, i think it’s going really well.

for my part, i just wanted to share this hack about overriding Meteor packages, which is pretty cool, and very simple.

all you need to do, is creating a packages/ folder, the way meteorite works, and copy paste the package you want to override into it, then happy hacking.

Here is and example where i override the webapp package, so i do not use DDP (shame on me!)

I hope this would help, and keep tuned.

Cheers,
Jamal.

--

--