forked from lumapu/ahoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issue lumapu#828. Browser caching, versioned URLs.
- Loading branch information
1 parent
6533143
commit df1e1c2
Showing
3 changed files
with
41 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<link rel="stylesheet" type="text/css" href="colors.css"/> | ||
<link rel="stylesheet" type="text/css" href="style.css"/> | ||
<link rel="stylesheet" type="text/css" href="style.css?v={#VERSION}"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta charset="UTF-8"> | ||
<script type="text/javascript" src="api.js"></script> | ||
<script type="text/javascript" src="api.js?v={#VERSION}"></script> | ||
<link rel="stylesheet" type="text/css" href="colors.css?v={#VERSION}"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters