UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

12 lines (11 loc) 270 B
<!doctype html> <html> <head> <title>This is a test page</title> <link rel="stylesheet" href="/assets/hash.css" /> </head> <body> <img src="assets/hash.jpg" alt="bird"> <script defer src="/assets/hash.js" type="text/javascript"></script> </body> </html>