Skip to main content

JSX compiler for Gears

Project description

gears-jsx
==================

JSX compiler for Gears.

Bundled [react-tools](https://github.com/facebook/react) version: 0.10.0


Installation
------------

Install `gears-jsx` with pip:

$ pip install gears-jsx


Requirements
------------
- [node.js](http://nodejs.org)


Usage
-----

Add `gears_jsx.JSXCompiler` to `environment`'s compilers registry:

from gears_jsx import JSXCompiler
environment.compilers.register('.jsx', JSXCompiler.as_handler())

If you use Gears in your Django project, add this code to its settings:

GEARS_COMPILERS = {
'.jsx': 'gears_jsx.JSXCompiler',
}

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gears-jsx-0.1.tar.gz (1.4 MB view hashes)

Uploaded Source

Built Distribution

gears_jsx-0.1-py2.7.egg (1.9 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page