jeremyruppel / walrus

A bolder kind of mustache
http://documentup.com/jeremyruppel/walrus/
MIT License
215 stars 10 forks source link

Make the package.json dependencies mean something #4

Closed jeremyruppel closed 12 years ago

jeremyruppel commented 12 years ago

Right now, the package.json dependencies will install locally to /node_modules. This is useless because the only time we're using them is from the Cakefile, which means the dependencies need to be installed globally.

Either we need to rework all of the system calls into actual node runtime code, or we need to find a way to make the package.json specify global dependencies, which I'm not sure is possible. I'm actually not sure which approach I dislike the least.