Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliusz Gonera committed Feb 14, 2013
1 parent 61c3143 commit 5d746bb
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
@@ -1,11 +1,28 @@
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
-----

$ 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.

0 comments on commit 5d746bb

Please sign in to comment.