Fanstatic packaging of Mochikit
Project description
js.mochikit
Introduction
This library packages MochiKit 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.mochikit) are published to some URL.
You can either depend on js.mochikit.mochikit to get all of MochiKit, or pick individual modules like js.mochikit.Sortable.
How to use?
You can import mochikit from js.mochikit and need it where you want these resources to be included on a page:
>>> from js.mochikit import mochikit >>> mochikit.need()
CHANGES
1.4.2-1 (2014-02-14)
Backport fix for MochiKit.Signal.signal() so it is reentrant from gocept.mochikit (see https://trac.mochikit.com/ticket/346).
1.4.2 (2014-02-04)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.