mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
do not update baguettebox in future #321
This commit is contained in:
parent
a8be200aec
commit
c733a856c4
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
||||||
# Compile SCSS
|
# Compile SCSS
|
||||||
sass --style expanded styles.scss styles.css
|
sass --style expanded styles.scss styles.css
|
||||||
|
|
||||||
# https://github.com/feimosi/baguetteBox.js (MIT license)
|
# 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.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
|
# 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)
|
# 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
|
curl -o js/markdown/downarea.css -L https://codeberg.org/PieFed/downarea2/raw/branch/main/src/downarea.css
|
||||||
|
|
Loading…
Add table
Reference in a new issue