Skip to content

Commit 3af36ea

Browse files
committed
Adds URL version so we can invalidate caches
1 parent 6f9c19e commit 3af36ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<link rel="stylesheet" href="css/bootstrap.min.css">
1010
<link rel="stylesheet" href="css/bootstrap-responsive.min.css">
11-
<link rel="stylesheet" href="css/main.css">
11+
<link rel="stylesheet" href="css/main.css?v=1">
1212
<style>
1313
</style>
1414

@@ -87,7 +87,7 @@ <h2>How easy is it for you to imagine this performs in an unexpected way after d
8787
<script src="js/ZeroClipboard.js"></script>
8888
<script src="js/bootstrap.min.js"></script>
8989
<script src="js/jquery.knob.js"></script>
90-
<script src="js/main.js"></script>
90+
<script src="js/main.js?v=1"></script>
9191

9292
<script>
9393
$(function() {

0 commit comments

Comments
 (0)