Skip to content

Commit 1f702ba

Browse files
authored
Remove ignoreInitial option to watcher
1 parent 7dfd685 commit 1f702ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/watcher.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ var appResourcesDir = args.appResourcesDir;
1010
var watchPromisesChain = Promise.resolve();
1111

1212
var watcherOptions = {
13-
ignoreInitial: true,
1413
cwd: appDir,
1514
awaitWriteFinish: {
1615
pollInterval: 100,
@@ -31,4 +30,4 @@ watcher = choki.watch('**/*.s[ac]ss', watcherOptions)
3130
throw err;
3231
}
3332
});
34-
});
33+
});

0 commit comments

Comments
 (0)