Skip to main content

Eco: Embedded CoffeeScript templates for Gears

Project description

gears-eco
==================

Eco: Embedded CoffeeScript templates for Gears.

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

Install `gears-eco` with pip:

$ pip install gears-eco


Requirements
------------

- [node.js](http://nodejs.org)
- [eco](https://github.com/sstephenson/eco)


Usage
-----

Add `gears_eco.EcoCompiler` to `environment`'s compilers registry:

from gears_eco import EcoCompiler
environment.compilers.register('.eco', EcoCompiler.as_handler())

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

GEARS_COMPILERS = {
'.eco': 'gears_eco.EcoCompiler',
}

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-eco-0.1.tar.gz (105.0 kB view hashes)

Uploaded Source

Built Distribution

gears_eco-0.1-py2.7.egg (126.8 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