mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-04-30 12:51:48 +08:00
Add back in middleman flags to Vagrant with new flag syntax
This commit is contained in:
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 &> ~/middleman.log &
|
||||
bundle exec middleman server --watcher-force-polling --watcher_latency=1 &> ~/middleman.log &
|
||||
SHELL
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user