UNPKG

grunt-cachebust-plus

Version:

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

14 lines (10 loc) 291 B
<!doctype html> <html> <head> <title>This is a test page</title> </head> <body> <h3>RESPONSIVE IMAGES</h3> <img src="assets/srcset.jpeg" srcset="assets/srcset-mobile.jpeg 720w, assets/srcset@2x.jpeg 2x" alt="Who doesn't love a responsive image?"> </body> </html>