MIMSoftware / haste-server

Customizations made to seejohnrun/haste-server
7 stars 11 forks source link

Add fixed version of connect-route as submodule #44

Closed Ribesg closed 9 years ago

Ribesg commented 9 years ago

Here you go :-)

neandrake commented 9 years ago

I looked at another way of tackling this problem. With this change there is now a dependency of a submodule inside the node_modules directory. This causes conflicts when doing things like npm_install. It turns out the package.json can reference a separate repository for a given package dependency. I've taken this route instead of using a submodule (though it might be useful to include a submodule then maybe have the package.json reference the local module instead of one on github).