Closed mikemorris closed 11 years ago
meh.
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.
Remove
node_modules/
from.gitignore
as per advice from http://www.futurealoof.com/posts/nodemodules-in-git.html. Adjust deploy script tonpm rebuild
instead ofnpm install
or perhaps switch deployment setup to https://github.com/dominictarr/deploy instead ofcap deploy
?