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.

22 lines (14 loc) 480 B
<!doctype html> <html> <head> <title>This is a test page</title> <link rel="stylesheet" href="assets/${Html.GetAppSetting(ThemeId)}/replaceTerm.css" /> </head> <body> <h3>Have you heard?</h3> <h3>Heard what??</h3> <img src="assets/${Html.GetAppSetting(ThemeId)}/replaceTerm.jpg" alt="bird"> <h1>THE BIRD IS THE WORD!!</h1> <script defer src="assets/${Html.GetAppSetting(ThemeId)}/replaceTerm.js" type="text/javascript"></script> </body> </html>