File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,12 @@ A modern solution to minify CSS/JS in your OpenMage project.
1616Features
1717---------
1818
19-
19+ - Uses the great matthiasmullie/minify library, with 26+M downloads is the most
20+ modern and supported minimization library for PHP
21+ - Creates ` media/fbminify ` folder where the minified files are stored
22+ - Changes to the original files are detected based on the modification timestamp
23+ of the files themselves
24+ - A cron job will clean old copies of the minified files every night at 03:30
2025
2126Warning
2227---------
@@ -29,6 +34,9 @@ Installation
2934Only composer installation is supported:
3035` composer require fballiano/openmage-cssjs-minify `
3136
37+ Make sure that CSS/JS merging (the one provided by OpenMage core) is disabled
38+ (it's an old relic of the M1 era and it's not necessary anymore since HTTP2).
39+
3240Support
3341-------
3442If you have any issues with this extension, open an issue on GitHub.
You can’t perform that action at this time.
0 commit comments