diff options
author | Joakim Reinert <mail@jreinert.com> | 2015-05-04 00:58:50 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-05-05 16:44:10 +0200 |
commit | c897aa84567ba046644a87e23b32f3df4c5845d3 (patch) | |
tree | 0f98f9b4475e485e86e9fd666cc295e9fb7bcd04 /.gitignore | |
parent | 0cbb8802555ad6e81f42ce8738842854d0556296 (diff) |
Set cache buster for js with urlArgs setting
No more need for timestamp in filename of minified main js
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c64e87ede..9c3bc7e61 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,4 @@ application/logs/* !application/logs/index.html !application/logs/.htaccess -data/js/main.min.*.js +data/js/main.min.js |