When webassets.static_view is True we add a static view configuration in Pyramid for the base directory and base URL. This allows the base URL to be specified as a relative path and have Pyramid make them absolute at the time the request is handled.
Should we do the same with config.add_webassets_path and the paths JSON?
When
webassets.static_viewisTruewe add a static view configuration in Pyramid for the base directory and base URL. This allows the base URL to be specified as a relative path and have Pyramid make them absolute at the time the request is handled.Should we do the same with
config.add_webassets_pathand thepathsJSON?