Provide framework machinery to embed a `manifest.js` script tag, rather than writing the manifest's json data into the page template, thus allowing the request and data to be http cached.
0.4.3
Include `.coffee` files in source distribution.
0.4.2
Test rendering README.md on PYPI.
0.4.1
Provide `request.assetgen_hash(asset_path)` path to get the hash of an assetgen manifest.
0.4
Refactor to support external urls and implicitly register assets when the default configuration is provided.
Added coffeescript lib with methods to accept a JSON representation of a registered assetgen manifest and generate static urls on the client side.
0.3
Fixed major bug causing the `add_static_view` integration to break when the static view was configured with an asset specification.