Skip to content

Commit e315ed3

Browse files
author
Fatme
authored
Merge pull request #78 from NativeScript/fix/initial-sync
Remove ignoreInitial option to watcher
2 parents 7dfd685 + 1f702ba commit e315ed3

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)