Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds
tags
to web_resources_devserver()
.
This propagates the `tags` attribute to the underlying implementation. I initially tried to default `tags` to `None`, however this breaks `concatjs_devserver()`, which seems to expect to always receive a list. Instead, we have to default to `[]`.
- Loading branch information