Chris Hough
Chris Hough
I wanted to pass you an update, I tried hacking on this for a few hours last night. no luck. want me to send you a six pack? lmao! I...
I am still getting this error on master too, and had to switch to `alpha` branch and now I am seeing `NoMethodError: undefined method `deploy_method' for nil:NilClass`
I am using `gem 'middleman-deploy', git: 'https://github.com/middleman-contrib/middleman-deploy', branch: 'master'` with this: ``` activate :deploy do |deploy| deploy.build_before = true deploy.deploy_method = :git deploy.branch = 'TEST-BRANCH' end``` and it is working
I am seeing the same issue, anyone find a way to fix this
Following. I am having the same problem. Were you able to fix this @sj26
@JohnAlbin here is the PR to patch this https://github.com/necolas/normalize.css/pull/916