Complexity Score
Low
Open Issues
N/A
Dependent Projects
0
Weekly Downloadsglobal
83
License
- MIT
- Yesattribution
- Permissivelinking
- Permissivedistribution
- Permissivemodification
- Nopatent grant
- Yesprivate use
- Permissivesublicensing
- Notrademark grant
Downloads
Readme
Octopress Minify Html
Minify Jekyll’s HTML output with HtmlPress
Installation
Using Bundler
Add this gem to your site’s Gemfile in the :jekyll_plugins
group:
group :jekyll_plugins do
gem 'octopress-minify-html'
end
Then install the gem with Bundler
$ bundle
Manual Installation
$ gem install octopress-minify-html
Then add the gem to your Jekyll configuration.
gems:
- octopress-minify-html
Usage
After installing, Jekyll’s HTML output will be minified by default. If you configure env
in your Jekyll configuration, HTML will be minified only when
env
is set to production.
env: production
You can override the default behavior by setting the minify_html
config.
For example, this will disable minification, regardless of your env
setting.
minify_html: false
HtmlPress Configuration:
You can set configuration options for HtmlPress in your Jekyll configuration like this:
html_press:
unquoted_attributes: false
drop_empty_values: false
strip_crlf: false
js_minifier_options: false
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Dependencies
CVE IssuesActive
0
Scorecards Score
No Data
Test Coverage
No Data
Follows Semver
Yes
Github Stars
72
Dependenciestotal
4
DependenciesOutdated
1
DependenciesDeprecated
0
Threat Modelling
No
Repo Audits
No
Learn how to distribute jekyll-minify-html in your own private RubyGems registry
3 Releases
RubyGems on Cloudsmith