Sha256: 14fa792d5bb65348e5e4532e739b009f0a8d216baf876563f851863c5ed7a6d1
Contents?: true
Size: 413 Bytes
Versions: 27
Compression:
Stored size: 413 Bytes
Contents
{% assign pwafile = site.static_files | where: "path", "/pwabuilder-sw.js" %} {% assign offlinefile = site.static_files | where: "path", "/offline.html" %} {% if file.size != 0 && offlinefile.size != 0 %} <script defer type="module"> import 'https://cdn.jsdelivr.net/npm/@pwabuilder/pwaupdate'; const el = document.createElement('pwa-update'); document.body.appendChild(el); </script> {% endif %}
Version data entries
27 entries across 27 versions & 2 rubygems