We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
with the uglifier_args: # Default: (empty) key set the build process fails with
uglifier_args: # Default: (empty)
NoMethodError: undefined method `map' for nil:NilClass /usr/lib/ruby/gems/2.6.0/gems/jekyll-minifier-0.1.10/lib/jekyll-minifier.rb:44:in `output_html' /usr/lib/ruby/gems/2.6.0/gems/jekyll-minifier-0.1.10/lib/jekyll-minifier.rb:32:in `output_compressed' /usr/lib/ruby/gems/2.6.0/gems/jekyll-minifier-0.1.10/lib/jekyll-minifier.rb:182:in `write' ...
Commenting the uglifier_args line solves the issue.
I think this means the key is not empty by default?!
Tested with v0.1.10
The text was updated successfully, but these errors were encountered:
See bug digitalsparky/jekyll-minifier#49
0808a4a
No branches or pull requests
with the
uglifier_args: # Default: (empty)
key set the build process fails with
Commenting the uglifier_args line solves the issue.
I think this means the key is not empty by default?!
Tested with v0.1.10
The text was updated successfully, but these errors were encountered: