Reputation: 84
Specifically, I just want to remove a console.log
line from my ChartsJS file, since it kind of slows down my app just a little bit.
I found the file responsible in .meteor/local/build/programs/web.browser/packages
path. The changes work right after I save, but then revert back to original without the changes, so the changes I make are only temporary.
Note that the packages I use are from AtmosphereJS.
Upvotes: 0
Views: 23
Reputation: 64312
Here's the procedure for modifying an existing package, and optionally getting your changes integrated back into the original:
If all goes well, your PR will be accepted and everyone can benefit from the change. In the worst case, you'll still have a local copy that you can use in your app.
Upvotes: 2