Skip to content
forked from d4w33d/WatchLess

Watch a LESS directory and compile modified files into CSS.

Notifications You must be signed in to change notification settings

djeremh/WatchLess

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

PHP 5.1.2+ is required.

$ sudo apt-get install php5 # If PHP is not already installed, of course.

Usage

Basic usage is very easy:

$ watch-less /path/to/less/files /path/to/css/output

You can also specify the output extension (default ".css"):

$ watch-less /path/to/less/files /path/to/css/output .less.css

Note that this script is recursive and create directories if needed.

Enjoy :)

About

Watch a LESS directory and compile modified files into CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%