paul-lrr / nifty-recognizer

node server and html files to connect the Deckedbuilder card recognizer to a streaming overlay
Other
36 stars 4 forks source link

Remove node_modules from repository #1

Closed divergentdave closed 8 years ago

divergentdave commented 8 years ago

I'd recommend deleting node_modules from the git repository, adding it to .gitignore, and running npm install when you deploy or update libraries. I've found that over time, tracking node_modules in git can be a pain because it pollutes diffs, the repository size balloons, and it's harder to keep library versions up to date.

By the way, nice work, and thanks for sharing all this!

paul-lrr commented 8 years ago

Bug report and fix! Thanks, @divergentdave

divergentdave commented 8 years ago

You're welcome, happy to be of service!