samvincent / jekyll-haml

HAML html converter for Jekyll
MIT License
88 stars 40 forks source link

undefined method 'transform' #19

Closed jckfa closed 7 years ago

jckfa commented 7 years ago

I'm getting the following error when I build: jekyll 3.3.0 | Error: undefined method 'transform' for #<Jekyll::Renderer:0x007fd77d960f58>

I don't get the error and my site builds successfully when I comment out the jekyll-haml gem.

jckfa commented 7 years ago

has to do with jekyll-haml/ext/convertible

samvincent commented 7 years ago

Patches welcome. I'm not maintaining this package at the moment.

schoenwaldnils commented 7 years ago

I have the same error.

svpersteve commented 7 years ago

It's not compatible with Jekyll 3.3.0, somebody would need to submit a pull request for a patch to fix this @jckfa ☹️

joallard commented 7 years ago

I don't remember much, but I don't think I got it working. Here's where I got:

screen shot 2016-12-03 at 13 48 01

Yep, that's it. I was hoping they'd respond upstream.

joallard commented 7 years ago

Oh wait yeah, that was a workaround pending jekyll/jekyll#5052, which stopped the errors, but then JH just had no effect on the Haml files, I couldn't figure out why, and I moved on.

samvincent commented 7 years ago

jekyll-haml (0.1.5) released that should close this. Thanks @reivaxm and @joallard.