mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-01-12 17:02:55 +08:00
Latest middleman - fixing startup arguments (#653)
As per https://github.com/middleman/middleman/issues/1866#issuecomment-221125503 Tested. It works.
This commit is contained in:
committed by
Robert Lord
parent
1fd867c2ff
commit
cc0f6055ae
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 --watcher-force-polling --watcher_latency=1 &> ~/middleman.log &
|
||||
bundle exec middleman server --force-polling --latency=1 &> ~/middleman.log &
|
||||
SHELL
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user