-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Comments
Hi @arclabch I'll check it out and get back to you. |
+1 - I have the same issue with exactly the same error. |
It looks like the change occurred here: |
Fixed in release 0.0.9, pushed to rubygems. |
works great! thanks. |
Great, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On a fresh installation of Ruby 2.3 with Jekyll 3.2.0, jekyll-minifier gives me the following error:
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. :-)The text was updated successfully, but these errors were encountered: