Skip to content

Instantly share code, notes, and snippets.

@basilio
Created June 20, 2013 13:50
Show Gist options
  • Save basilio/5822868 to your computer and use it in GitHub Desktop.
Save basilio/5822868 to your computer and use it in GitHub Desktop.
Compile less with inotify
# Compile less with inotify
## Detect all changes on every files in the less folder
## Compile the master less file, where you call all less files
## Update the css output file
/path/to/less/ IN_MODIFY lessc /path/to/less/compiler.less /path/to/css/style.css
# Minified
/path/to/less/ IN_MODIFY lessc --yui-compress /path/to/less/compiler.less /path/to/css/style.min.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment