项目作者: bitionaire

项目描述 :
.less to .css recursive command-line compiler
高级语言: JavaScript
项目地址: git://github.com/bitionaire/lessig.git
创建时间: 2017-05-19T18:51:17Z
项目社区:https://github.com/bitionaire/lessig

开源协议:

下载


logo

Command-line .less to .css recursive compiler.

Usage

Just call the CLI with the source directory of your less files. All .less
within this directory and all subdirectories will be compiled to .css files.

  1. lessig ./src

With the -w or --watch option a watcher task will be started.

  1. lessig ./src --watch