grunt-cache-bust-alt
Version:
An alternative version of Bust static assets from the cache using content hashing
20 lines (15 loc) • 364 B
HTML
<html>
<head>
<title>This is a test page</title>
</head>
<body>
<template>
<script src="/assets/inside-native-template.js"></script>
</template>
<script type="text/template">
<script src="/assets/inside-template.js"></script>
</script>
<script src="/assets/outside-template.js"></script>
</body>
</html>