sindresorhus / gulp-rev

Static asset revisioning by appending content hash to filenames: `unicorn.css` → `unicorn-d41d8cd98f.css`
MIT License
1.54k stars 217 forks source link

Question: why not styles.css?timestamphere format ? #107

Closed elnygren closed 9 years ago

elnygren commented 9 years ago

styles-timestamphere.css -> I have to handle to rename the files AND rename the links to them

styles.css?timestamphere -> I only need to rename links (in index.html or header/footer partials or where ever I have my css/js)

Is this a browser support thing ?

sindresorhus commented 9 years ago

Some proxies and servers had problems with query strings so renaming became a best practise instead.

Google it ;)