garden / tree

A multiplayer file system
https://thefiletree.com
European Union Public License 1.2
70 stars 23 forks source link

import formidable, stop downloading bcrypt for now #159

Closed jankeromnes closed 12 years ago

jankeromnes commented 12 years ago

formidable will help us upload files (next pull request). bcrypt is not necessary yet, we'll readd it when we use it (it takes a long time to download and build).

espadrine commented 12 years ago

Can you separate concerns?

I have a branch that actually uses bcrypt. I'd rather keep bcrypt, it doesn't kill a cat.

jankeromnes commented 12 years ago

Then we'll add bcrypt back when we merge your branch, it's just adding node_modules/bcrypt/ back to the init: Makefile target.

It certainly kills my patience when I do a new clone on chinese internet. :)

jankeromnes commented 12 years ago

Closing until formidable is actually used and uploads work.