django-assets icon indicating copy to clipboard operation
django-assets copied to clipboard

assets tag add depends support

Open acttao opened this issue 13 years ago • 1 comments

add depends support to assets tag

acttao avatar Dec 12 '12 02:12 acttao

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.

miracle2k avatar Dec 12 '12 15:12 miracle2k