prevent app.js caching

This commit is contained in:
Roman Volosovskyi 2017-01-03 13:52:46 +02:00
parent 7adfe5f863
commit e26c891aba
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<body> <body>
<div id="app"> <div id="app">
</div> </div>
<script src="js/compiled/app.js"></script> <script src="js/compiled/app.js?v=18266c25cc8b046dd064f03770279bd69ded8a6e"></script>
<script>token.core.init();</script> <script>token.core.init();</script>
</body> </body>
</html> </html>