UNPKG

grunt-cache-bust-alt

Version:

An alternative version of Bust static assets from the cache using content hashing

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