Minni.im

dev blog

Deal with it stupid cache

By Benoit, January 24, 2013

Cache issue should be over now, as I implemented the mecanism I was describing in my previous post.

All javascript files are now packaged (ie regrouping several files into a single one) with a hash in the filename to make them unique (I basically append to the filename a md5 hash based on the file content).

With that in place, any single change in any file will generate a new file! Deal with it stupid cache!

comments powered by Disqus