Raynos / function-bind

MIT License
138 stars 27 forks source link

Add bower support #2

Closed binarykitchen closed 10 years ago

binarykitchen commented 10 years ago

Any chance bower support could be added?

ljharb commented 10 years ago

Adding bower means a second json file to maintain - npm install works just fine for installing client-side dependencies.

binarykitchen commented 10 years ago

Yeah I know npm install would work but I already have a requirejs based system for the current project and cannot change that at this stage.

Raynos commented 10 years ago

@binarykitchen what's needed to get this working with git links & bower ? cant you install git deps through bower ?

binarykitchen commented 10 years ago

Thanks for your time. I think I leave as it and will solve this the other way around.