Skip to content

Commit 6c7caad

Browse files
committed
vendor: move CDN deps to local, add download script
- Replace 5 unpkg.com CDN links with ./vendor/* local paths - Add ./ prefix to all 9 local CSS/JS resources - Add acpx-g/download.sh to fetch vendor deps - Run download.sh in release-acpx-g workflow before build - gitignore vendor/ (downloaded at build time, not committed)
1 parent f255d3b commit 6c7caad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

acpx-g/download.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
3+
mkdir -p "$(dirname "$0")/static/vendor"
34
cd "$(dirname "$0")/static/vendor"
45

56
# Download vendor JS/CSS from unpkg.com into current directory.

0 commit comments

Comments
 (0)