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

C
C

3 Jun 15

GNU Automake
GNU Automake

22 Jun 18

ccache
ccache

20 Feb 15

DOS33
DOS33

3 Jun 15

Other Software of Developer Mike Yumatov

Comments to gears-coffeescript

Comments not found
Add Comment
Turn on images!