Skip to content

Commit

Permalink
added cache buster to stylesheet and main js file
Browse files Browse the repository at this point in the history
  • Loading branch information
hdragomir committed Jul 2, 2013
1 parent b1dc3bd commit ab3bec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset=utf-8>
<title>face to gif</title>
<link href=app.css rel=stylesheet>
<link href=app.css?v=1 rel=stylesheet>
</head>
<body>
<div class=container>
Expand Down Expand Up @@ -71,7 +71,7 @@
<a class="ui-button remove img control to-danger">x</a>
</div>
<script src=gif.js></script>
<script src=app.js></script>
<script src=app.js?v=1></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down

0 comments on commit ab3bec9

Please sign in to comment.