From cc0f6055aedf289d373ecd2d3a5f531464f9e816 Mon Sep 17 00:00:00 2001 From: Vasyl Boroviak Date: Fri, 16 Dec 2016 04:53:06 +1100 Subject: [PATCH] Latest middleman - fixing startup arguments (#653) As per https://github.com/middleman/middleman/issues/1866#issuecomment-221125503 Tested. It works. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 5961083..43b1f99 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 --watcher-force-polling --watcher_latency=1 &> ~/middleman.log & + bundle exec middleman server --force-polling --latency=1 &> ~/middleman.log & SHELL end