eubsoft / radedit

Build Node.js apps together quickly.
MIT License
3 stars 0 forks source link

.gitignore isn't in npm #27

Closed sameubank closed 10 years ago

sameubank commented 10 years ago

The radedit module has a .gitignore that ignores node_modules, which for now, prevents radedit.loader from walking its dependencies. However, .git* is in .npmignore, so it doesn't get installed, and radedit ends up walking its dependencies and throwing a boatload of errors.