thoughtco / statamic-minify
There is no license information available for the latest version (2.0.2) of this package.
Automatically minifies CSS and JS files on a Statamic v3 site
2.0.2
2024-03-08 08:20 UTC
Requires
README
Add on for Statamic v3 to combine and minify all CSS and JS files found in the page response.
Features
- Conditionally minify CSS or JS
- Group together specific files using data-group on your link or script element
- No pre-processing or combining of files required
Installation
Install by composer: composer require thoughtco/statamic-minify
A new config file will be published, and you can modify the minification settings in config/thoughtco/minify.php
.
Static Caching
If you are using static caching, add \Thoughtco\Minify\Replacers\MinifyReplacer::class
to your statamic.static_caching.replacers
array.