grunt: record git-revision in index.html

This commit is contained in:
Nils Schneider 2015-04-19 12:55:14 +02:00
commit 071cd3fe69
4 changed files with 27 additions and 2 deletions

View file

@ -9,6 +9,9 @@
<link rel="stylesheet" href="style.css">
<script src="vendor/es6-shim/es6-shim.min.js"></script>
<script src="app.js"></script>
<script>
console.log("Version: #revision#")
</script>
</head>
<body>
</body>