nvbn / django-bower

Easy way to use bower with your django project
https://django-bower.readthedocs.io/
518 stars 74 forks source link

accept package name for bower_install command? #10

Closed pcompassion closed 10 years ago

pcompassion commented 10 years ago

for instance,

manage.py bower_install jquery

to install/update jquery only.

Is it possible?

gsong commented 10 years ago

@pcompassion Did you try it? Seems to work for me.

nvbn commented 10 years ago

With new django-bower you can use:

./manage.py bower install package-name