Fanstatic packaging of ICanHaz.js
Project description
js.icanhaz
Introduction
This library packages ICanHaz.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.icanhaz) are published to some URL.
How to use?
You can import icanhaz from js.icanhaz and need it where you want these resources to be included on a page:
>>> from js.icanhaz import icanhaz >>> icanhaz.need()
or:
>>> from js.icanhaz import icanhaz_no_mustache >>> icanhaz_no_mustache.need()
CHANGES
0.10.3
Initial release.