grunt-middleman
grunt-middleman copied to clipboard
Unknown switches '--host=0.0.0.0'
On running a server task, I get:
Running "middleman:server" (middleman) task
Unknown switches '--host=0.0.0.0'
My Gemfile:
ruby '2.2.2'
gem 'middleman', '~>3.3.8'
I am getting this too after deleting my Gemfile.lock and doing a bundle install.
I believe that is why it has been removed here: https://github.com/patrickarlt/grunt-middleman/commit/f63870e5125d97e8a6b0bf005b0a3c0e38b5129e
Updating to "grunt-middleman": "~0.2.0" solved this for me.