node-sass-chokidar
Version:
A thin wrapper around node-sass to replicate the --watch --recursive but with chokidar instead of Gaze
17 lines (10 loc) • 481 B
Markdown
# Notes
Bug fixes are documented as being part of the "next release" but are made immediately available in the patch releases.
# Releases
#### 1.0.0 (Not released yet)
- Switches `--watch` behavior to build all files before watching. Can be disabled with `--skip-initial` flag.
#### 0.1.0 (Next release)
- Bug fixes
- [#5](https://github.com/michaelwayman/node-sass-chokidar/issues/5) where an error is raised when no input files are detected.
#### 0.0.1
First release