watching newly created files
Author: DeimoslinkCreated Feb 10, 2017Updated Oct 26, 2023
LabelsFeature - RequestModule - Watcher
Greetings! When I start node-sass in recursive watching mode it works just fine with the exception that newly created files are not being watched. For example, if I wach a directory and I add new styles.scss file, node-sass ignores this file, providing the process has already been started before. Is it possible to change this behavior? Or do I just miss something?
Source: sass/node-sass