- Render the script tag inside the body element instead of after it.
This turns the output into valid HTML. Rendering it outside the body element as it was done before works in practice, but it is technically not valid. [href]
0.3.3
~~~~~~~~~~~~~~~~~~~
- Add Python 3.5 and make it the default test environment.
- Update to work with Morepath 0.16.
0.3.2
~~~~~~~~~~~~~~~~~~~
- Ensures that the webasset_path is always an absolute path. [href]