nvbn / django-bower

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

Add option to bower_install to be able to install packages as root #63

Closed gegenschall closed 8 years ago

gegenschall commented 8 years ago

In some deployment scenarios one needs to run bower as root even though it is discouraged. This pull request adds an option to django-bower's bower_install command to do just that.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.3%) to 94.783% when pulling 86535b9d027042f9bbaab105239d9030f5678d5d on gegenschall:master into 631d037048bd4ae38ce70c37e53d46cdecd922d8 on nvbn:master.

nvbn commented 8 years ago

Thanks!