0.2.1 • Published 9 years ago

sawa v0.2.1

Weekly downloads
12
License
-
Repository
github
Last release
9 years ago

sawa

A fork of the original sass-watch by Duncan Smith, modified so it works.

Installation:

npm install -g sawa

Usage:

sawa path/to/input/directory path/to/output/directory

You can also use it in a npm script, add it to your package.json:

  "dev-dependencies": {
    "sawa": "latest"
  }

Then make a new script like this:

  "scripts": {
    "sass:watch": "sawa path/to/input/directory path/to/output/directory"
  }

(npm will find the executable locally stored, don't worry)

License

MIT