UNPKG

grunt-cache-bust-alt

Version:

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

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>