gears-coffeescript

Software Screenshot:
gears-coffeescript
Software Details:
Version: 0.1.3
Upload Date: 20 Feb 15
Developer: Mike Yumatov
Distribution Type: Freeware
Downloads: 29

Rating: 1.0/5 (Total Votes: 2)

gears-coffeescript already includes the CoffeeScript source code for you, so you don't need to worry about installing it yourself.

Installation

Install gears-coffeescript with pip:

 pip install gears-coffeescript

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',
}

Requirements:

  • Python
  • node.js

Similar Software

Other Software of Developer Mike Yumatov

lemon-metadata
lemon-metadata

20 Feb 15

django-gears
django-gears

20 Feb 15

gears-handlebars
gears-handlebars

20 Feb 15

Comments to gears-coffeescript

Comments not found
Add Comment
Turn on images!