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.

20 lines (15 loc) 364 B
<!doctype html> <html> <head> <title>This is a test page</title> </head> <body> <template> <script src="/assets/inside-native-template.js"></script> </template> <script type="text/template"> <script src="/assets/inside-template.js"></script> </script> <script src="/assets/outside-template.js"></script> </body> </html>