UNPKG

grunt-cache-bust-alt

Version:

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

13 lines (10 loc) 228 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>