From 33515061b79a2b13abca2d468319247738b8b28e Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Wed, 16 Nov 2016 12:46:10 -0600 Subject: [PATCH] Add back in middleman flags to Vagrant with new flag syntax --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index d926c34..5961083 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -34,6 +34,6 @@ Vagrant.configure(2) do |config| echo "Starting up middleman at http://localhost:4567" echo "If it does not come up, check the ~/middleman.log file for any error messages" cd /vagrant - bundle exec middleman server &> ~/middleman.log & + bundle exec middleman server --watcher-force-polling --watcher_latency=1 &> ~/middleman.log & SHELL end