Bug fixes are documented as being part of the "next release" but are made immediately available in the patch releases.
- Adds
--recursive
flag back, defaults to true. - Fixed bug with source mapping
- Upgraded to use the latest node-sass
- other bug fixes
- includes WAY more tests
- Adds
--use-polling
flag to allow the use of polling.
- Adds
--skip-initial
flag to NOT build all the scss files when you first run node-sass-chokidar using the--watch
flag.
- Switches
--watch
behavior to build all files before watching. Fixes [#31] - Removes
--recursive
flag since it didn't do anything. - Adds a
--match-regex
option that takes a regex and will ignore all files not matching the regular expression. [#40] and [#24]
- Features
- #9 add support for node 8 thanks to @anmonteiro
- Bug fixes
First release