{"id":21542169,"url":"https://github.com/outeredge/magento-module-cachebuster","last_synced_at":"2025-03-17T23:04:38.309Z","repository":{"id":57034121,"uuid":"58375143","full_name":"outeredge/magento-module-cachebuster","owner":"outeredge","description":"Magento CacheBuster Module by outer/edge","archived":false,"fork":false,"pushed_at":"2017-05-17T10:23:06.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-24T08:43:22.891Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/outeredge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-09T12:34:53.000Z","updated_at":"2016-05-09T12:41:14.000Z","dependencies_parsed_at":"2022-08-23T20:50:47.396Z","dependency_job_id":null,"html_url":"https://github.com/outeredge/magento-module-cachebuster","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outeredge%2Fmagento-module-cachebuster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outeredge%2Fmagento-module-cachebuster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outeredge%2Fmagento-module-cachebuster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outeredge%2Fmagento-module-cachebuster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outeredge","download_url":"https://codeload.github.com/outeredge/magento-module-cachebuster/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244124191,"owners_count":20401685,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T05:08:44.948Z","updated_at":"2025-03-17T23:04:38.275Z","avatar_url":"https://github.com/outeredge.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# magento-module-cachebuster\nAdds md5 hash to assets for cachebusting post-deployment.\n\n## mod_rewrite configuration\n\nAdd the following rewrite rule to your .htaccess file \n\n    \u003cIfModule mod_rewrite.c\u003e\n        RewriteCond %{REQUEST_FILENAME} !-f\n        RewriteCond %{REQUEST_FILENAME} !-d\n        RewriteRule ^(.+)\\.([0-9a-f]{32})\\.(.+)$ $1.$3 [L]\n    \u003c/IfModule\u003e\n\n## nginx configuration\n\nAdd the following into your server block\n\n    location ~ \"(.+)\\.([0-9a-f]{32})\\.(.+)$\" {\n        expires max;\n        try_files $uri $1.$3 =404;\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fouteredge%2Fmagento-module-cachebuster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fouteredge%2Fmagento-module-cachebuster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fouteredge%2Fmagento-module-cachebuster/lists"}