2017 © Pedro Peláez
 

magento-module magento-module-cachebuster

Magento CacheBuster Module by outer/edge

image

outeredge/magento-module-cachebuster

Magento CacheBuster Module by outer/edge

  • Wednesday, May 17, 2017
  • by outeredge
  • Repository
  • 5 Watchers
  • 0 Stars
  • 1,603 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 6 % Grown

The README.md

magento-module-cachebuster

Adds md5 hash to assets for cachebusting post-deployment., (*1)

mod_rewrite configuration

Add the following rewrite rule to your .htaccess file, (*2)

<IfModule mod_rewrite.c>
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)\.([0-9a-f]{32})\.(.+)$ $1.$3 [L]
</IfModule>

nginx configuration

Add the following into your server block, (*3)

location ~ "(.+)\.([0-9a-f]{32})\.(.+)$" {
    expires max;
    try_files $uri $1.$3 =404;
}

The Versions

17/05 2017

dev-master

9999999-dev

Magento CacheBuster Module by outer/edge

  Sources   Download

MIT

The Requires

 

17/05 2017

1.0.6

1.0.6.0

Magento CacheBuster Module by outer/edge

  Sources   Download

MIT

The Requires

 

01/02 2017

1.0.5

1.0.5.0

Magento CacheBuster Module by outer/edge

  Sources   Download

MIT

The Requires

 

24/11 2016

1.0.4

1.0.4.0

Magento CacheBuster Module by outer/edge

  Sources   Download

MIT

The Requires

 

10/10 2016

1.0.3

1.0.3.0

Magento CacheBuster Module by outer/edge

  Sources   Download

MIT

The Requires

 

01/09 2016

1.0.1-p1

1.0.1.0-patch1

Magento CacheBuster Module by outer/edge

  Sources   Download

MIT

The Requires

 

01/09 2016

1.0.2

1.0.2.0

Magento CacheBuster Module by outer/edge

  Sources   Download

MIT

The Requires

 

23/05 2016

1.0.1

1.0.1.0

Magento CacheBuster Module by outer/edge

  Sources   Download

MIT

The Requires

 

09/05 2016

1.0.0

1.0.0.0

Magento CacheBuster Module by outer/edge

  Sources   Download

MIT

The Requires