Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 414 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 414 Bytes

Magento JS / CSS merged filename contents hash

Makes Magento use the md5 hash of merged js / css contents as filename

By default Magento uses the hash of the filenames of the individual JS / CSS files as the filename of the combined file.

This module makes Magento use the md5 hash of the file contents instead, making the filename unique each time one of the combined files is changed.