UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

14 lines (12 loc) 376 B
<!doctype html> <html> <head> <title>This is a test page</title> <link rel="apple-touch-icon" sizes="57x57" href="/assets/standard-apple-touch-icon.jpg"> <link rel="stylesheet" href="/assets/standard.css" /> </head> <body> <img src="assets/standard.jpg" alt="bird"> <script defer src="/assets/standard.js" type="text/javascript"></script> </body> </html>