1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

bind cached asset to version

This commit is contained in:
Matthias Hannig
2017-05-22 15:35:44 +02:00
parent 2154630793
commit e5a99afd15

View File

@ -1,20 +1,20 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Birdseye - The friendly bird looking glass</title> <title>Alice - The friendly bird looking glass</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/libs.min.css" /> <link rel="stylesheet" href="css/libs.min.css?APP_VERSION" />
<link rel="stylesheet" href="css/main.css" /> <link rel="stylesheet" href="css/main.css?APP_VERSION" />
</head> </head>
<body> <body>
<!-- Application: Birdseye --> <!-- Application: Birdseye -->
<div id="app"></div> <div id="app"></div>
<!-- Scripts --> <!-- Scripts -->
<script src="js/libs.min.js"></script> <script src="js/libs.min.js?APP_VERSION"></script>
<script src="js/app.js"></script> <script src="js/app.js?APP_VERSION"></script>
</body> </body>
</html> </html>