UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

10 lines (9 loc) 175 B
<!doctype html> <html> <head> <title>This is a test page</title> </head> <body> <script defer src="/assets/delete.js" type="text/javascript"></script> </body> </html>