apsislabs / jekyll-tidy

A gem for tidying Jekyll HTML output
MIT License
42 stars 5 forks source link

Fix undefined local variable or method error #10

Closed abemedia closed 7 years ago

abemedia commented 7 years ago

Fixes the following error

path/to/ruby/2.2.0/gems/jekyll-tidy-0.2.1/lib/jekyll/tidy.rb:36:in `ignore_env?': undefined local variable or method `config' for Jekyll::Tidy:Module (NameError)
wkirby commented 7 years ago

We're just killing it today. Thanks for the PR.

wkirby commented 7 years ago

@abeMedia Thanks. We've pushed this out as 0.2.2.

abemedia commented 7 years ago

@wkirby Awesome! Again, thanks for the speed!