From 5d746bbedad79dbb0b0abf66cd03e26edebcf11f Mon Sep 17 00:00:00 2001 From: Juliusz Gonera Date: Thu, 14 Feb 2013 15:30:59 -0800 Subject: [PATCH] Update readme --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ef41d5..783c36d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ autoless ======== -Another .less files watcher, but this time with growl notifications. +Another .less file watcher, but this time with: + +* Dependency tracking (if a file imported by other files changes, they get + compiled). +* Growl notifications (a notification with summary shows up after each time + something is compiled). + Usage ----- @@ -9,3 +15,14 @@ Usage $ npm install autoless -g $ autoless --help + +Pausing and resuming +-------------------- + +You can pause watching files by creating a .lessignore file in your +source directory (the one with .less files). When the file is removed, +watching is resumed. + +You can use that e.g. in Git's `pre-rebase` and `post-rewrite` hooks to +avoid confusing Git when rebasing. +