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.

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>