grunt-cachebust-plus
Version:
Bust static assets from the cache using content hashing, inspired by hollandben's grunt-cache-bust plugin
18 lines (12 loc) • 389 B
HTML
<html>
<head>
<title>This is a test page</title>
<link rel="stylesheet" href="assets/replace.css" />
</head>
<body>
<h3>This file contains files that are used within another file..... file-ception</h1>
<img src="assets/replace.png" alt="bird">
<script defer src="assets/replace.js" type="text/javascript"></script>
</body>
</html>