thoughtco / statamic-minify
Automatically minifies CSS and JS files on a Statamic v3 site
Installs: 1 042
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
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.