Rename our CSS to encourage caching

By using ".cache.css" as our CSS suffix browsers can aggressively
cache this rather large content locally, but we need to keep track
of the version number ourselves anytime we make edits.

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-02-27 13:17:01 -08:00
parent 57d1e3947c
commit d792e35540
2 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
<entry-point class='com.google.gerrit.client.Gerrit'/>
<stylesheet src='Gerrit.css' />
<stylesheet src='gerrit1.cache.css' />
<servlet path='/Gerrit'
class='com.google.gerrit.server.HostPageServlet'/>