miracle2k / webassets

Asset management for Python web development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a way to get all bundle names

J08nY opened this issue · comments

Currently, one can iterate over the named and anonymous bundles by iterating over the Environment. However, this does not give the bundle names, and the bundles themselves do not know under which name they are registered. There should be a way to iterate over the bundle names as well.