Skip to content

Commit 3351506

Browse files
committed
Add back in middleman flags to Vagrant with new flag syntax
1 parent 7d2ab1b commit 3351506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Vagrant.configure(2) do |config|
3434
echo "Starting up middleman at http://localhost:4567"
3535
echo "If it does not come up, check the ~/middleman.log file for any error messages"
3636
cd /vagrant
37-
bundle exec middleman server &> ~/middleman.log &
37+
bundle exec middleman server --watcher-force-polling --watcher_latency=1 &> ~/middleman.log &
3838
SHELL
3939
end

0 commit comments

Comments
 (0)