guyht / Glog

NodeJS and Git backed blogging engine
MIT License
52 stars 10 forks source link

Development #8

Closed wlaurance closed 12 years ago

wlaurance commented 12 years ago

Load modules from plugins/package.json. This would be good for 'plugins' that are in the npm registry. It fails if their is not a package.json in plugins.

As far as the tests go, I cannot figure out why they are failing.

guyht commented 12 years ago

This is a neat idea, but I am not sure I like having 2 config files.

We could still use npm to install the plugin, but rather than have a package.json file in the plugins dir, couldnt we just list the plugins in the config.json and then do a npm install on each one.... should make it a bit easier to manage plugins as we keep everything in one config file.

wlaurance commented 12 years ago

I agree that there should only be 1 config files. I will be working on that today sometime

wlaurance commented 12 years ago

closing this pull request.