Add back in middleman flags to Vagrant with new flag syntax

This commit is contained in:
Robert Lord
2016-11-16 12:46:10 -06:00
parent 7d2ab1be7e
commit 33515061b7

2
Vagrantfile vendored
View File

@@ -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