nclud / 2013.beercamp.com

MIT License
0 stars 1 forks source link

Remove node_modules/ from .gitignore #103

Closed mikemorris closed 11 years ago

mikemorris commented 11 years ago

Remove node_modules/ from .gitignore as per advice from http://www.futurealoof.com/posts/nodemodules-in-git.html. Adjust deploy script to npm rebuild instead of npm install or perhaps switch deployment setup to https://github.com/dominictarr/deploy instead of cap deploy?

imjared commented 11 years ago

meh.

mikemorris commented 11 years ago

Yea, after discussing this with more experienced node.js devs determined that this is a bit paranoid and shouldn't be necessary if modules respect SemVer and can reasonably be expected to not introduce breaking bugs in minor versions.