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) 249 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>