Watch just one main file #2657
Unanswered
martin-badin
asked this question in
Help
Replies: 1 comment 1 reply
-
you can deal with that in the "sass:build" as the watch will send the changed file as a parameter watcher.on('change', function(path, stats) {
console.log(`File ${path} was changed`);
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi developers,
is it possible to watch just main file and its included dependencies and then run the task for the base file?
Example:
Beta Was this translation helpful? Give feedback.
All reactions