Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

octopress-minify-html

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

octopress-minify-html

  • 1.3.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Octopress Minify Html

Gem Version Build Status

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

FAQs

Package last updated on 29 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc