We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfd685 commit 1f702baCopy full SHA for 1f702ba
1 file changed
src/lib/watcher.js
@@ -10,7 +10,6 @@ var appResourcesDir = args.appResourcesDir;
10
var watchPromisesChain = Promise.resolve();
11
12
var watcherOptions = {
13
- ignoreInitial: true,
14
cwd: appDir,
15
awaitWriteFinish: {
16
pollInterval: 100,
@@ -31,4 +30,4 @@ watcher = choki.watch('**/*.s[ac]ss', watcherOptions)
31
30
throw err;
32
}
33
});
34
- });
+ });
0 commit comments