UNPKG

grunt-cachebust-plus

Version:

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

12 lines (10 loc) 238 B
<!doctype html> <html> <head> <title>This is a test page</title> </head> <body> <img src="http://placekitten.com/300/300/" alt="Cute kitten"> <img src="/placekitten.com/300/300/" alt="Ugly kitten"> </body> </html>