nvbn / django-bower

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

don't choke on version in package#version #61

Closed frnhr closed 7 years ago

frnhr commented 8 years ago

A little fix for PR#57, so that it supports version specification from BOWER_INSTALLED_APPS, e.g:

BOWER_INSTALLED_APPS = ['jquery#2.2.3', ...]

Of course, it still works without the #version part, too.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 95.044% when pulling c00ff366c7ccf72fa730728450dd685ac0fdd887 on frnhr:template_tag_and_versions into 631d037048bd4ae38ce70c37e53d46cdecd922d8 on nvbn:master.

nvbn commented 7 years ago

Thanks!