django-assets
django-assets copied to clipboard
assets tag add depends support
add depends support to assets tag
Currently, this would only allow specifying a single depends value, due to the way the Bundle.depends property allows assignment of a string. I think the tag should split the string by commas, so that a list can be specified.