Skip to main content

A tool which automatically compiles LESS files to CSS.

Project description

About

LessCSS is a helper which automatically compiles LESS files to CSS when LESS files are modified. It works with Brubeck, web.py and bottle web frameworks. It should work with other framework without any problems though it’s not tested.

Note: You need to install LESS before using this.

Installation

$ pip install lesscss

Usage

An example usage

from lesscss import LessCSS
LessCSS(media_dir='media', exclude_dirs=['img', 'src'], based=True, compression='x')

Parameters

  • media_dir: Directory where you put static/media files such as css/js/img.

  • exclude_dirs: Directories you don’t want to be searched. It’d be pointless to search for less files in an images directory. This parameter is expected to be a list.

  • based: If it’s set True then LessCSS will generate the style-(base60).css version as well (for example; style-dHCFD.css). This is useful if you set expire times of static files to a distant future since browsers will not retrieve those files unless the name is different or the cache has expired. This parameter is expected to be a boolean value.

  • compressed: If it’s set True then LessCSS will minimize the generated CSS files. This parameter is expected to be a boolean value.

  • compression: Specifies the type of compression to use. Default to the normal compression, ‘x’. Other option is to use the YUI Compressor. See “Command-line Usage” at http://lesscss.org/.

  • output_dir: Directory where you put compiled CSS files if different than location of .less file.

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

lesscss-0.1.4.tar.gz (4.9 kB view details)

Uploaded Source

File details

Details for the file lesscss-0.1.4.tar.gz.

File metadata

  • Download URL: lesscss-0.1.4.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for lesscss-0.1.4.tar.gz
Algorithm Hash digest
SHA256 f6bbdc28bd15eb55a59184a0ee49c3264aefb28c78a0244a6f81eaf2918fe514
MD5 ea6d7350d44a76bcf4096de40fcf12da
BLAKE2b-256 8726295211f5b0eec00c735b38fdff7a6062795a5ffac41db54aaf53351e75d1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page