nvbn / django-bower

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

Add a generic `bower` command #12

Closed blueyed closed 10 years ago

blueyed commented 10 years ago

This allows for calling bower in the components root directory, e.g.:

manage.py bower list
manage.py bower list -- -j

This will also allow manage.py bower install foo, but won't add it to BOWER_INSTALLED_APPS, which might be confusing.

nvbn commented 10 years ago

Thank you.