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.
2 parents 7dfd685 + 1f702ba commit e315ed3Copy full SHA for e315ed3
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