Each view is served with a separate bundle of assets. A HTML, JS and CSS file makes up the view.
The production form will,
assets
(configurable) directory and served under the /assets
path.assets/<name>/<id>.<type>
.Each of the entries that make of the bundles are served separately to the browser while developing.
name
part of the path.The URL pattern is http:///assets/<name>/<id>.<type>?_=<entry_path>
.
Bundlers generally work within the client directory to reduce the amount of files to watch. The path of entries is normally resolved relative to the client directory.