grunt-cache-bust-alt
Version:
An alternative version of Bust static assets from the cache using content hashing
18 lines (12 loc) • 369 B
HTML
<html>
<head>
<title>This is a test page</title>
<link rel="stylesheet" href="assets/rename.css" />
</head>
<body>
<h3>This file contains files that are used within another file..... file-ception</h1>
<img src="assets/rename.png" alt="bird">
<script defer src="assets/rename.js" type="text/javascript"></script>
</body>
</html>