We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2ab1b commit 3351506Copy full SHA for 3351506
Vagrantfile
@@ -34,6 +34,6 @@ Vagrant.configure(2) do |config|
34
echo "Starting up middleman at http://localhost:4567"
35
echo "If it does not come up, check the ~/middleman.log file for any error messages"
36
cd /vagrant
37
- bundle exec middleman server &> ~/middleman.log &
+ bundle exec middleman server --watcher-force-polling --watcher_latency=1 &> ~/middleman.log &
38
SHELL
39
end
0 commit comments