nvbn / django-bower

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

How do I update package which I installed via 'manage.py bower_install' ? #8

Closed pcompassion closed 10 years ago

pcompassion commented 10 years ago

How do I update packages? either in whole or separately?

nvbn commented 10 years ago

You need just call bower_install and all not freezed packages will be updated.

pcompassion commented 10 years ago

ok.. I have 'backgrid' as one of BOWER_INSTALLED_APPS
and it doesn't update itself when I execute bower_install.
(I haven't freezed anything yet, don't know how)

Any idea?

nvbn commented 10 years ago

Hi, now you can use:

./manage.py bower update