Skip to content

Commit

Permalink
add 1.8.13 replaywebpage libraries locally to fix the service worker …
Browse files Browse the repository at this point in the history
…loading issue
  • Loading branch information
Natkeeran committed Oct 31, 2023
1 parent 6e66343 commit 2f9d27d
Show file tree
Hide file tree
Showing 3 changed files with 3,512 additions and 18 deletions.
118 changes: 118 additions & 0 deletions js/replay/sw.js

Large diffs are not rendered by default.

3,390 changes: 3,390 additions & 0 deletions js/ui.js

Large diffs are not rendered by default.

22 changes: 4 additions & 18 deletions replaywebpage.libraries.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
# Custom module library for general purposes.
replaywebpage:
js:
js/replaywebpage.js: {}
css:
component:
css/replaywebpage.css: {}
dependencies:
- core/drupalSettings

# ReplayWebPage Js Library
# 1.8.13 ui.js and 1.8.13 sw.js (sw.js is in relative path replay/sw.js)
# No need to declare sw.js explictly here
replayweb:
version: 1.5
license:
name: AGPLv3
url: https://github.com/webrecorder/replayweb.page/blob/master/LICENSE
gpl-compatible: true
js:
https://cdn.jsdelivr.net/npm/[email protected]/ui.js: { preprocess: false, external: true, minified: true }


js/ui.js: {}

0 comments on commit 2f9d27d

Please sign in to comment.