dorsetdigital/silverstripe-htmlminifier

HTML minifier for Silverstripe

Installs: 1 404

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

v1.0.2 2020-12-15 16:50 UTC

This package is auto-updated.

Last update: 2024-04-16 16:58:50 UTC


README

This module minifies the output of a Silverstripe site using the HtmlMin package

Requirements

*Silverstripe 4.x

Installation

  • Install the code with composer require dorsetdigital/silverstripe-htmlminifier "^1"
  • Run a dev/build?flush to update your project

Usage

The module needs to be enabled in order to work. This can be done in a yml file:

---
Name: minifierconfig
---

DorsetDigital\SSMinifier\Middleware:
  enable: true
  enable_in_dev: false

The options are hopefully fairly self explanatory:

  • enable - enable minification
  • enable_in_dev - enable minification in dev mode (default false)

Notes

  • The module is disabled in the CMS / admin system

Credits