Skip to content

Commit b0be2fd

Browse files
committed
readme
1 parent 2951d97 commit b0be2fd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ A modern solution to minify CSS/JS in your OpenMage project.
1616
Features
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

2126
Warning
2227
---------
@@ -29,6 +34,9 @@ Installation
2934
Only 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+
3240
Support
3341
-------
3442
If you have any issues with this extension, open an issue on GitHub.

0 commit comments

Comments
 (0)