grunt-cache-bust-lazy-loading
Version:
Bust static assets from the cache using content hashing. It also supports lazy loading for divs and images when using class lazy.
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>