Marguelgtz / grow-ext-html-prettify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grow-ext-html-prettify

Simple extension for prettifying html after Grow renders a page.

Usage

Initial setup

  1. Create an extensions.txt file within your pod.
  2. Add to the file: git+git://github.com/grow/grow-ext-html-min
  3. Run grow install.
  4. Add the following section to podspec.yaml:
ext:
- extensions.html_min.HtmlPrettifyExtension

When rendering HTML pages Grow will prettify the resulting html.

About

License:MIT License


Languages

Language:Python 50.6%Language:HTML 46.8%Language:Makefile 2.6%