Skip to content

Commit

Permalink
Fix watch when Gulp watching from within your Vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
jmslbam committed Jan 10, 2018
1 parent e102235 commit 86e0c8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions development/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@ gulp.task('watch', function() {
snippetOptions: {
whitelist: ['/wp-admin/admin-ajax.php'],
blacklist: ['/wp-admin/**']
},
"watchOptions": {
usePolling: true
}
});

Expand Down

0 comments on commit 86e0c8d

Please sign in to comment.