From 86e0c8dd6b0b89b9b4f0ce139b5d5b98d0894ccf Mon Sep 17 00:00:00 2001 From: Jaime Martinez Date: Wed, 10 Jan 2018 13:57:18 +0100 Subject: [PATCH] Fix watch when Gulp watching from within your Vagrant Props @faergeek https://github.com/BrowserSync/browser-sync/issues/318#issuecomment-9835 5661 --- development/gulpfile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/development/gulpfile.js b/development/gulpfile.js index e11a603..2ed51a9 100644 --- a/development/gulpfile.js +++ b/development/gulpfile.js @@ -246,6 +246,9 @@ gulp.task('watch', function() { snippetOptions: { whitelist: ['/wp-admin/admin-ajax.php'], blacklist: ['/wp-admin/**'] + }, + "watchOptions": { + usePolling: true } });