UNPKG

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.

22 lines (14 loc) 447 B
<!doctype html> <html> <head> <title>This is a test page</title> <link rel="stylesheet" href="/assets/alreadyBusted.123abc456def789g.css" /> </head> <body> <h3>Have you heard?</h3> <h3>Heard what??</h3> <img src="/assets/alreadyBusted.123abc456def789g.jpg" alt="bird"> <h1>THE BIRD IS THE WORD!!</h1> <script defer src="/assets/alreadyBusted.123abc456def789g.js" type="text/javascript"></script> </body> </html>