Skip to content

Instantly share code, notes, and snippets.

@tomaskavalek
Created January 25, 2019 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomaskavalek/078400847681dc9efdda62006556fd6b to your computer and use it in GitHub Desktop.
Save tomaskavalek/078400847681dc9efdda62006556fd6b to your computer and use it in GitHub Desktop.
Gulp 4 + Vagrant gulp.watch() fix
// Don't forget to use {usePolling: true}
// Without this options gulp under vagrant ignore file change in synced directory from your machine :-)
gulp.watch(path, {usePolling: true}, ['css']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment