From b0be2fdbc8c1dfe6489c6530d0c2d43a928599e4 Mon Sep 17 00:00:00 2001 From: Fabrizio Balliano Date: Tue, 7 May 2024 00:30:40 +0100 Subject: [PATCH] readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cab5766..05b73c5 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,12 @@ A modern solution to minify CSS/JS in your OpenMage project. Features --------- - +- Uses the great matthiasmullie/minify library, with 26+M downloads is the most + modern and supported minimization library for PHP +- Creates `media/fbminify` folder where the minified files are stored +- Changes to the original files are detected based on the modification timestamp + of the files themselves +- A cron job will clean old copies of the minified files every night at 03:30 Warning --------- @@ -29,6 +34,9 @@ Installation Only composer installation is supported: `composer require fballiano/openmage-cssjs-minify` +Make sure that CSS/JS merging (the one provided by OpenMage core) is disabled +(it's an old relic of the M1 era and it's not necessary anymore since HTTP2). + Support ------- If you have any issues with this extension, open an issue on GitHub.