Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython

js.respond is unavailable in PyPM, because there aren't any builds for it in the package repositories. Click the linked icons to find out why.

 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
1.2.0 Failed View build log
 
Links
License
BSD
Dependencies
Lastest release
version 1.2.0 on Jan 9th, 2014

js.respond

Introduction

This library packages Respond.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.respond) are published to some URL.

Packaging

The packaging is stored on GitHub at https://github.com/davidjb/js.respond. If you happen to come across a bug that corresponds to packaging, then please report it here. Pull requests are more than welcome if you're fixing something yourself -- the more help the better!

Any other bugs that relate to the library itself should be directed to the original developers.

Updating this package

In order to obtain a newer version of this library, do the following:

git clone git://github.com/davidjb/js.respond.git
cd js.respond
pushd js/respond/resources/
wget https://github.com/scottjehl/Respond/raw/master/respond.src.js -O respond.src.js
wget https://github.com/scottjehl/Respond/raw/master/respond.min.js -O respond.min.js
#Edit version and change log
git commit -a -m "Updated to git version v1.2.0"
git push

If you're doing this out in your own fork of the GitHub repository, then send through a pull request so everyone can benefit.

Using this library

You can import respond from js.respond and need it where you want these resources to be included on a page:

>>> from js.respond import respond
>>> respond.need()

CHANGES

1.2.0 (2013-03-11)
  • Initial Fanstatic packaging. [davidjb]

Subscribe to package updates

Last updated Jan 9th, 2014

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.