livereload / LiveReload

LiveReload.app for Mac and Windows. See “develop” branch for the latest Windows release and LiveReload 3 progress. (NOTE: renamed from LiveReload2.)
http://livereload.com/
Other
1.43k stars 166 forks source link

Use SHA1 or MD5 sums to check if resources have changed #35

Open andreyvit opened 11 years ago

andreyvit commented 11 years ago

Add res/bundled/something.7z.hash for each bundled resource, store this instead of the timestamp file when extracting, use it for comparison. (At run time, the contents of the file is basically an opaque version identifier string; the exact hashing algorithm is not important.)