Skip to content

Commit

Permalink
Latest middleman - fixing startup arguments (#653)
Browse files Browse the repository at this point in the history
As per middleman/middleman#1866 (comment)
Tested. It works.
  • Loading branch information
koresar authored and lord committed Feb 24, 2017
1 parent 1fd867c commit cc0f605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cc0f605

Please sign in to comment.