sassquatch
v0.0.5
Published
A file watcher and scss compiler.
Downloads
5
Readme
sassquatch
sassquatch (sass [q] watch) is a simple file watcher and compiler for SASS (.scss) files.
When you save changes to a .scss file it is automagicly compiles it to css for you.
Installation
npm install -g sassquatch
Usage
sassquatch [options]
Options:
-h, --help output usage information
-V, --version output the version number
-v, --verbose Verbose output
-o, --output [path] Output Path [default ./]
-w, --watch [path] Watch Path [default ./]
Warranty
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.