nystudio107 / craft-minify
A simple plugin that allows you to minify blocks of HTML, CSS, and JS inline in Craft CMS templates.
Fund package maintenance!
khalwat
Installs: 413 528
Dependents: 29
Suggesters: 0
Security: 0
Stars: 36
Watchers: 4
Forks: 2
Type:craft-plugin
Requires
- php: ^8.2
- craftcms/cms: ^5.0.0
- mrclay/minify: ^3.0.10
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
This package is auto-updated.
Last update: 2024-10-28 20:19:28 UTC
README
Minify plugin for Craft CMS 5.x
A simple plugin that allows you to minify blocks of HTML, CSS, and JS inline in Craft CMS templates
Requirements
This plugin requires Craft CMS 5.0.0 or later.
Installation
- Install with Composer via
composer require nystudio107/craft-minify
from your project directory - Install the plugin via
./craft install/plugin minify
via the CLI -or- in the Craft Control Panel under Settings > Plugins
You can also install Minify via the Plugin Store in the Craft Control Panel.
Documentation
Click here -> Minify Documentation
Brought to you by nystudio107