mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 12:19:08 +00:00
Exec middleman server fails with invalid flags --force-polling and -l. Removed the flags to remedy.
This commit is contained in:
parent
521969b9ee
commit
7d2ab1be7e
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -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 --force-polling -l 1 &> ~/middleman.log &
|
||||
bundle exec middleman server &> ~/middleman.log &
|
||||
SHELL
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue