jreinke / magento-suffix-static-files

Add a query parameter to js and css files to force refresh in browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This extension allows you to add a query parameter to static files (JS and CSS). This is especially useful to force browser reloading files and to update your website design.

Installation

Magento CE 1.6.x, 1.7.x, 1.8.x, 1.9.x

Install with modgit:

$ cd /path/to/magento
$ modgit init
$ modgit clone queryfier https://github.com/jreinke/magento-suffix-static-files.git

or download package manually:

  • Download latest version here
  • Unzip in Magento root folder
  • Clear cache
  • Logout from admin then login again to access module configuration

How to use

Simply enable automatic generation or define a query parameter in "System > Configuration > Queryfier > Suffix JS/CSS Settings".

Full overview available here.

About

Add a query parameter to js and css files to force refresh in browser.


Languages

Language:PHP 100.0%