https://github.com/opsway/magento-mod-cloudfront
Magento module that creates links to CSS/JS files based on modification dates
https://github.com/opsway/magento-mod-cloudfront
Last synced: about 1 month ago
JSON representation
Magento module that creates links to CSS/JS files based on modification dates
- Host: GitHub
- URL: https://github.com/opsway/magento-mod-cloudfront
- Owner: opsway
- Created: 2013-06-26T13:34:34.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-30T09:25:27.000Z (over 12 years ago)
- Last Synced: 2025-03-12T18:22:58.144Z (about 1 year ago)
- Language: PHP
- Size: 121 KB
- Stars: 2
- Watchers: 47
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Module that will create links to merged CSS/JS files based on md5 hash of file modification dates
This module is intended to be used with any CDN, as it prevents caching of JS/CSS old versions, i.e. as soon as any CSS or JS file is changed, hash (and link to merged file) is changed and CDN will fetch it once more.
Also, this module handle specifically data:image links in CSS - not adding absolute path to url like that