https://github.com/nystudio107/craft-minify
A simple plugin that allows you to minify blocks of HTML, CSS, and JS inline in Craft CMS templates
https://github.com/nystudio107/craft-minify
craft-plugin craft3 craftcms minify
Last synced: 8 months ago
JSON representation
A simple plugin that allows you to minify blocks of HTML, CSS, and JS inline in Craft CMS templates
- Host: GitHub
- URL: https://github.com/nystudio107/craft-minify
- Owner: nystudio107
- License: mit
- Created: 2017-02-01T21:46:11.000Z (over 9 years ago)
- Default Branch: develop-v5
- Last Pushed: 2024-04-28T19:16:16.000Z (about 2 years ago)
- Last Synced: 2024-12-06T03:24:31.262Z (over 1 year ago)
- Topics: craft-plugin, craft3, craftcms, minify
- Language: PHP
- Homepage: https://nystudio107.com/
- Size: 587 KB
- Stars: 36
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://scrutinizer-ci.com/g/nystudio107/craft-minify/?branch=v5) [](https://scrutinizer-ci.com/g/nystudio107/craft-minify/?branch=v5) [](https://scrutinizer-ci.com/g/nystudio107/craft-minify/build-status/v5) [](https://scrutinizer-ci.com/code-intelligence)
# 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
1. Install with Composer via `composer require nystudio107/craft-minify` from your project directory
2. 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](https://nystudio107.com/plugins/minify/documentation)
Brought to you by [nystudio107](https://nystudio107.com/)