js.modernizr is a Python library that packages Modernizr 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.modernizr) are published to some URL.
How to use?
You can import modernizr from js.modernizr and need it where you want these resources to be included on a page:
>>> from js.modernizr import modernizr
>>> modernizr.need()
Product's homepage
Requirements:
· Python
· Fanstatic
What's New in This Release: [ read full changelog ]
· Extract the html5shiv to its own fanstatic package. If you need this package, include it seperately.