|
|
@@ -41,10 +41,11 @@ prereq-perl:
|
|
|
|
|
|
.PHONY: prereq-frontend
|
|
|
prereq-frontend:
|
|
|
- mkdir -p www/scripts; pushd www/scripts && curl -L --remote-name-all \
|
|
|
+ mkdir -p www/scripts; pushd www/scripts && curl -L --remote-name-all \
|
|
|
"https://github.com/woody180/vanilla-javascript-emoji-picker/raw/master/fgEmojiPicker.js" \
|
|
|
"https://github.com/woody180/vanilla-javascript-emoji-picker/raw/master/full-emoji-list.json" \
|
|
|
- "https://raw.githubusercontent.com/highlightjs/cdn-release/main/build/highlight.min.js"; popd
|
|
|
+ "https://unpkg.com/signin-with-matrix@latest/dist/index.umd.js" \
|
|
|
+ "https://raw.githubusercontent.com/highlightjs/cdn-release/main/build/highlight.min.js"; mv index.umd.js matrix-login.js; popd
|
|
|
mkdir -p www/styles; cd www/styles && curl -L --remote-name-all \
|
|
|
"https://raw.githubusercontent.com/highlightjs/cdn-release/main/build/styles/obsidian.min.css"
|
|
|
|