Skip to content

Commit

Permalink
Add back in middleman flags to Vagrant with new flag syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lord committed Nov 24, 2016
1 parent 7d2ab1b commit 3351506
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 &> ~/middleman.log &
bundle exec middleman server --watcher-force-polling --watcher_latency=1 &> ~/middleman.log &
SHELL
end

0 comments on commit 3351506

Please sign in to comment.