It'd be good to manage our frontend Javascript dependencies with bower in a similar fashion to how pip does it on the python side.
Here's some benefits it has:
There is no need to check in and commit dependencies into our repository.
We can easily update them in the future.
Can use different builds of dependencies depending on environment (i.e full source in development vs minified in production).
I remember someone saying they had experience with bower (I think it was @zyphrus, @danielbraithwt or @liamoneill). So if I'm not wrong and you've got sometime - start a branch and have a go. Anyone else could try too - and I've had a little experience with it my self so I'm happy to help out!
It'd be good to manage our frontend Javascript dependencies with bower in a similar fashion to how pip does it on the python side.
Here's some benefits it has:
I remember someone saying they had experience with bower (I think it was @zyphrus, @danielbraithwt or @liamoneill). So if I'm not wrong and you've got sometime - start a branch and have a go. Anyone else could try too - and I've had a little experience with it my self so I'm happy to help out!