Add ETag to fingerprinted files

This commit is contained in:
Piotr Sarnacki 2015-01-16 12:41:03 +01:00
parent 133be31e86
commit 974861adda

View File

@ -89,6 +89,7 @@ class Travis::Web::App
'Content-Location' => path_for(file),
'Content-Type' => mime_type(file),
'Expires' => (server_start + age).httpdate,
'ETag' => %Q{"#{version}"}
}
else
set_config(content, options) if config_needed?(file)