miracle2k / webassets

Asset management for Python web development.
BSD 2-Clause "Simplified" License
921 stars 258 forks source link

Add a way to get all bundle names #545

Open J08nY opened 1 year ago

J08nY commented 1 year ago

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.