Improve this doc

Client-Side Development

Each view is served with a separate bundle of assets. A HTML, JS and CSS file makes up the view.

The production form will,

Each of the entries that make of the bundles are served separately to the browser while developing.

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.