Skip to content

Commit 7d2ab1b

Browse files
lukehoerstenlord
authored andcommitted
Exec middleman server fails with invalid flags --force-polling and -l. Removed the flags to remedy.
1 parent 521969b commit 7d2ab1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Vagrant.configure(2) do |config|
3434
echo "Starting up middleman at http://localhost:4567"
3535
echo "If it does not come up, check the ~/middleman.log file for any error messages"
3636
cd /vagrant
37-
bundle exec middleman server --force-polling -l 1 &> ~/middleman.log &
37+
bundle exec middleman server &> ~/middleman.log &
3838
SHELL
3939
end

0 commit comments

Comments
 (0)