Skip to content

Commit

Permalink
Merge pull request #76 from IgniteUI/tiliev/lazysizes
Browse files Browse the repository at this point in the history
Added lazysizes for iframe lazy loading
  • Loading branch information
zdrawku authored Feb 7, 2019
2 parents 523ab93 + e932521 commit 9c4ac85
Show file tree
Hide file tree
Showing 6 changed files with 719 additions and 6 deletions.
4 changes: 3 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ const bundles = [
"igviewer.renderingService.js",
"nav-init.js",
"stackblitz-handler.js",
"lazyload.js"
"lazyload.js",
"lazysizes.js",
"lazysizes-handler.js"
],
checksumMetadataKey: "_scriptsBundleChecksum"
},
Expand Down
2 changes: 1 addition & 1 deletion template/bundling.global.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"_timestamp":1549465955259,"_docFXBundleChecksum":"f7d8e69ca2e5403377a39fbc1822ade9","_scriptsBundleChecksum":"3223cb44e2caef76b60993c61b0e18c6","_stylesBundleFileName":"4845b41595d4666f9dd991b9cde5784e"}
{"_timestamp":1549532301324,"_docFXBundleChecksum":"f7d8e69ca2e5403377a39fbc1822ade9","_scriptsBundleChecksum":"b96da5e0041e98e6805e2d25ea8e64fc","_stylesBundleFileName":"684f594cf3b6ad16a12f360824edf35d"}
Loading

0 comments on commit 9c4ac85

Please sign in to comment.