Fanstatic packaging of raven-js
Project description
js.raven
Introduction
This library packages raven-js for fanstatic.
This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.raven) are published to some URL.
How to use?
You can import raven from js.raven and need it where you want these resources to be included on a page:
>>> from js.raven import raven >>> raven.need()
CHANGES
1.1.19 (2015-08-17)
Update to 1.1.19.
1.1.1 (2013-11-26)
Update to 1.1.1.
1.1.0 (2013-11-15)
Update to 1.1.0
1.0.8 (2013-10-18)
Update to 1.0.8 and include the source map file.
1.0.7-1 (2013-03-13)
Include JSON2 for pre-version-8 internet explorers.
1.0.7 (2013-03-11)
Initial release.