UNPKG

grunt-cache-bust-lazy-loading

Version:

Bust static assets from the cache using content hashing. It also supports lazy loading for divs and images when using class lazy.

15 lines (12 loc) 339 B
<!doctype html> <html> <head> <title>This is a test page</title> </head> <body> <script src="assets/jsonOutputScript.js"></script> <script src="/assets/jsonOutputScript.js"></script> <script src="./assets/jsonOutputScript.js"></script> <script src="../jsonOutput/assets/jsonOutputScript.js"></script> </body> </html>