Skip to content

Commit 72782c2

Browse files
authored
Merge pull request #332 from SchmidtDSE/bug/cloudflare-ace
Update download URLs for ACE editor files
2 parents 2ac9cc8 + eb90e50 commit 72782c2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

editor/third_party/install_deps.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,31 @@ if [ ! -e publicsans/fonts/otf/PublicSans-Regular.otf ]; then
1616
fi
1717

1818
if [ ! -e ace.min.js ]; then
19-
wget https://cdnjs.cloudflare.com/ajax/libs/ace/1.36.2/ace.min.js -O ace.min.js
19+
wget https://editor.joshsim.org/third_party/ace.min.js -O ace.min.js
2020
fi
2121

2222
if [ ! -e theme-textmate.js ]; then
23-
wget https://cdnjs.cloudflare.com/ajax/libs/ace/1.36.2/theme-textmate.min.js -O theme-textmate.js
23+
wget https://editor.joshsim.org/third_party/theme-textmate.min.js -O theme-textmate.js
2424
fi
2525

2626
if [ ! -e theme-textmate-css.js ]; then
27-
wget https://cdnjs.cloudflare.com/ajax/libs/ace/1.36.2/theme-textmate-css.min.js -O theme-textmate-css.js
27+
wget https://editor.joshsim.org/third_party/theme-textmate-css.min.js -O theme-textmate-css.js
2828
fi
2929

3030
if [ ! -e ext-searchbox.js ]; then
31-
wget https://cdnjs.cloudflare.com/ajax/libs/ace/1.36.2/ext-searchbox.js -O ext-searchbox.js
31+
wget https://editor.joshsim.org/third_party/ext-searchbox.js -O ext-searchbox.js
3232
fi
3333

3434
if [ ! -e ext-options.js ]; then
35-
wget https://cdnjs.cloudflare.com/ajax/libs/ace/1.36.2/ext-options.js -O ext-options.js
35+
wget https://editor.joshsim.org/third_party/ext-options.js -O ext-options.js
3636
fi
3737

3838
if [ ! -e ext-prompt.js ]; then
39-
wget https://cdnjs.cloudflare.com/ajax/libs/ace/1.36.2/ext-prompt.js -O ext-prompt.js
39+
wget https://editor.joshsim.org/third_party/ext-prompt.js -O ext-prompt.js
4040
fi
4141

4242
if [ ! -e ext-language_tools.js ]; then
43-
wget https://cdnjs.cloudflare.com/ajax/libs/ace/1.36.2/ext-language_tools.js -O ext-language_tools.js
43+
wget https://editor.joshsim.org/third_party/ext-language_tools.js -O ext-language_tools.js
4444
fi
4545

4646
if [ ! -e tabby-ui.min.css ]; then

0 commit comments

Comments
 (0)