gears-less

Software Screenshot:
gears-less
Software Details:
Version: 0.3.1
Upload Date: 20 Feb 15
Developer: Mike Yumatov
Distribution Type: Freeware
Downloads: 3

Rating: nan/5 (Total Votes: 0)

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

Installation

Install gears-less with pip:

 pip install gears-less

Usage

Add gears_less.LESSCompiler to environment's compilers registry:

from gears_less import LESSCompiler
environment.compilers.register('.less', LESSCompiler.as_handler())

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

GEARS_COMPILERS = {
 '.less': 'gears_less.LESSCompiler',
}

Requirements:

  • Python
  • node.js

Similar Software

Darning
Darning

20 Feb 15

4tH compiler
4tH compiler

20 Feb 15

Cake
Cake

14 Apr 15

Other Software of Developer Mike Yumatov

Comments to gears-less

Comments not found
Add Comment
Turn on images!