UNPKG

grunt-cachebust-plus

Version:

Bust static assets from the cache using content hashing, inspired by hollandben's grunt-cache-bust plugin

13 lines (10 loc) 256 B
<!doctype html> <html> <head> <title>This is a test page</title> <!--[if lte IE 8]> <link rel="stylesheet" href="assets/standard.css" /> <![endif]--> </head> <body> <!-- <script src="assets/standard.js"></script> --> </body> </html>