youtube / spfjs

A lightweight JS framework for fast navigation and page updates from YouTube
https://youtube.github.io/spfjs/
MIT License
2.24k stars 147 forks source link

Web: Use MD5 hashcodes to version JS/CSS assets #348

Closed nicksay closed 9 years ago

nicksay commented 9 years ago

This change reduces needless version churn. Before, the main JS/CSS files were assigned new versions for each build based on the build timestamp. After, the files will only be assigned new versions when they change based on the MD5 hashcode of their contents.

awbraunstein commented 9 years ago

lgtm