Skip to main content

CoffeeScript compiler for Gears

Project description

CoffeeScript compiler for Gears. This package already includes the CoffeeScript source code for you, so you don’t need to worry about installing it yourself.

Bundled CoffeeScript version: 1.3.3

Installation

Install gears-coffeescript with pip:

$ pip install gears-coffeescript

Requirements

gears-coffeescript requires node.js to be installed in your system.

Usage

Add gears_coffeescript.CoffeeScriptCompiler to environment’s compilers registry:

from gears_coffeescript import CoffeeScriptCompiler
environment.compilers.register('.coffee', CoffeeScriptCompiler.as_handler())

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

GEARS_COMPILERS = {
    '.coffee': 'gears_coffeescript.CoffeeScriptCompiler',
}

Project details


Download files

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

Source Distribution

gears-coffeescript-0.1.1.tar.gz (69.6 kB 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