Skip to content
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

Not working with Ruby 2.3/Jekyll 3.2.0? #10

Closed
arclabch opened this issue Jul 30, 2016 · 6 comments
Closed

Not working with Ruby 2.3/Jekyll 3.2.0? #10

arclabch opened this issue Jul 30, 2016 · 6 comments

Comments

@arclabch
Copy link

On a fresh installation of Ruby 2.3 with Jekyll 3.2.0, jekyll-minifier gives me the following error:

jekyll 3.2.0 | Error:  uninitialized class variable @@mtimes in Jekyll::StaticFile
Did you mean? @mtimes mtimes

I temporarily worked around the issue by editing line 87 of lib/jekyll-minifier.rb and changing @@mtimes for @mtimes but as I don't know ruby, I'm not sure what the implications are. :-)

@digitalsparky
Copy link
Owner

Hi @arclabch I'll check it out and get back to you.
Thanks for contacting me :).

@sandys
Copy link

sandys commented Aug 9, 2016

+1 - I have the same issue with exactly the same error.

@digitalsparky
Copy link
Owner

digitalsparky commented Aug 9, 2016

It looks like the change occurred here:

jekyll/jekyll@0f74db4

@digitalsparky
Copy link
Owner

Fixed in release 0.0.9, pushed to rubygems.

@sandys
Copy link

sandys commented Aug 9, 2016

works great! thanks.

@arclabch
Copy link
Author

arclabch commented Aug 9, 2016

Great, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants