-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using middleman 4.0.0.rc.1 #100
Comments
You need to change Example: activate :deploy do |deploy|
deploy.deploy_method = :git
end You also need to be using the pre release version. https://rubygems.org/gems/middleman-deploy/versions/2.0.0.pre.alpha |
(It looks like you are using a development version, which will work to, but just to be sure I mentioned it). |
nna774
added a commit
to nna774/nna774.net
that referenced
this issue
Dec 21, 2015
reshleman
added a commit
to reshleman/proteus-middleman
that referenced
this issue
Dec 22, 2015
Attempting to generate a Middleman site with Proteus using [Middleman 4][1] resulted in several errors when starting the server. This resolves those errors by: * Using an [updated syntax][2] for registering extensions * Updating middleman-deploy to [an alpha version that supports Middleman 4][3] [1]: https://middlemanapp.com/basics/upgrade-v4/ [2]: https://middlemanapp.com/advanced/custom_extensions/#basic-extension [3]: karlfreeman/middleman-deploy#100 (comment)
reshleman
added a commit
to reshleman/proteus-middleman
that referenced
this issue
Dec 22, 2015
Attempting to generate a Middleman site with Proteus using [Middleman 4][1] resulted in several errors when starting the server. This resolves those errors by: * Using an [updated syntax][2] for registering extensions * Updating `middleman-deploy` to [an alpha version that supports Middleman 4][3] [1]: https://middlemanapp.com/basics/upgrade-v4/ [2]: https://middlemanapp.com/advanced/custom_extensions/#basic-extension [3]: karlfreeman/middleman-deploy#100 (comment)
nna774
added a commit
to nna774/nna774.net
that referenced
this issue
Dec 31, 2015
suzuryo
added a commit
to IWDD/iwdd.net-middleman
that referenced
this issue
Jun 18, 2016
beechnut
pushed a commit
to MAPC/gas-coordination
that referenced
this issue
Sep 29, 2016
Why: We were getting an error that 'Setting method doesn't exist', but it wasn't telling us which method it was. Turns out, the simple `deploy.method` has been changed to `deploy.deploy_method`. Thanks to: karlfreeman/middleman-deploy#100
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've got my Gem pointing to master but still getting the following errors
The text was updated successfully, but these errors were encountered: