Skip to content
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

Add MinifyHtml transformer #588

Merged
merged 6 commits into from
Jan 28, 2020
Merged

Add MinifyHtml transformer #588

merged 6 commits into from
Jan 28, 2020

Commits on Jan 28, 2020

  1. Add MinifyHtml transformer

    * collapses whitespace (except in <pre>, <textarea>, <script>
    * trims whitespace (except in <pre>, <textarea>)
    * removes comments except if they match a given pattern
    * minifies JSON
    * minifies inline amp-script using terser
    sebastianbenz committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    6f1b31d View commit details
    Browse the repository at this point in the history
  2. update docs & options

    sebastianbenz committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    432742c View commit details
    Browse the repository at this point in the history
  3. small refactoring

    sebastianbenz committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    1469cd1 View commit details
    Browse the repository at this point in the history
  4. Minify JSON LD

    sebastianbenz committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    1244c26 View commit details
    Browse the repository at this point in the history
  5. add migration note

    sebastianbenz committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    67b1825 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4efcccb View commit details
    Browse the repository at this point in the history