From c733a856c41a25f34ef51e2ad1c51708f0d6959b Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:22:39 +1200 Subject: [PATCH] do not update baguettebox in future #321 --- app/static/update_assets.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/static/update_assets.sh b/app/static/update_assets.sh index 2c9daded..8fd4f445 100644 --- a/app/static/update_assets.sh +++ b/app/static/update_assets.sh @@ -3,9 +3,9 @@ # Compile SCSS sass --style expanded styles.scss styles.css -# https://github.com/feimosi/baguetteBox.js (MIT license) -curl -o js/lightbox/baguetteBox.css -L https://github.com/feimosi/baguetteBox.js/raw/dev/dist/baguetteBox.min.css -curl -o js/lightbox/baguetteBox.js -L https://github.com/feimosi/baguetteBox.js/raw/dev/dist/baguetteBox.min.js +# https://github.com/feimosi/baguetteBox.js (MIT license) (rimu: I commented this out as we have customised the JS and the original author is no longer making updates anyway) +# curl -o js/lightbox/baguetteBox.css -L https://github.com/feimosi/baguetteBox.js/raw/dev/dist/baguetteBox.min.css +# curl -o js/lightbox/baguetteBox.js -L https://github.com/feimosi/baguetteBox.js/raw/dev/dist/baguetteBox.min.js # https://github.com/fatihege/downarea (MIT license) curl -o js/markdown/downarea.css -L https://codeberg.org/PieFed/downarea2/raw/branch/main/src/downarea.css