|
|
|
|
|
by mpeg
237 days ago
|
|
I'm not entirely sure what your point is. You don't want the complexity of a server cache but you want "clean urls" – having a hash in a filename does not necessarily make it worse, in fact it's closer to a pure url since one of the principles of hypermedia is that each url should point to a unique resource Urls like /v2/yourfile.js are probably closer to that philosophy. Or /[hash]/yourfile.js. |
|