UNPKG

grunt-cache-bust-alt

Version:

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

14 lines (10 loc) 236 B
<!doctype html> <html> <head> <title>This is a test page for requirejs</title> </head> <body> <h1>RequireJS Test!</h1> <script src="/assets/requirejs-dummy.js" data-main="/assets/requirejs-main"></script> </body> </html>