Commit 59fb0787 by xzyfer

Pass "follow" option to sass-graph

Fixes #1952
Closes #1956
parent 72ab73b7
......@@ -8,7 +8,8 @@ watcher.reset = function(opts) {
config = clonedeep(opts || config || {});
var options = {
loadPaths: config.includePath,
extensions: ['scss', 'sass', 'css']
extensions: ['scss', 'sass', 'css'],
follow: config.follow,
};
if (config.directory) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment