Skip to content

Commit

Permalink
Update faust-web-component to 0.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Nov 28, 2024
1 parent ca8c729 commit 8468ced
Show file tree
Hide file tree
Showing 4 changed files with 6,754 additions and 6,545 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ $(FAUSTDIR):
dependencies:
@test -f ./mkdocs/docs/css/github.min.css || curl -L --create-dirs https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css -o ./mkdocs/docs/css/github.min.css
@test -f ./mkdocs/docs/js/highlight.min.js || curl -L --create-dirs https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js -o ./mkdocs/docs/js/highlight.min.js
@test -f ./mkdocs/docs/js/faust-web-component.js || curl -L --create-dirs https://cdn.jsdelivr.net/npm/@grame/[email protected].2/dist/faust-web-component.js -o ./mkdocs/docs/js/faust-web-component.js
@test -f ./mkdocs/docs/js/faust-web-component.js || curl -L --create-dirs https://cdn.jsdelivr.net/npm/@grame/[email protected].3/dist/faust-web-component.js -o ./mkdocs/docs/js/faust-web-component.js
@test -d ./mkdocs/docs/js/MathJax-2.7.1 || (curl -L --create-dirs https://github.com/mathjax/MathJax/archive/2.7.1.zip -o ./mkdocs/docs/js/2.7.1.zip && unzip -o ./mkdocs/docs/js/2.7.1.zip -d ./mkdocs/docs/js/ && rm ./mkdocs/docs/js/2.7.1.zip)

####################################################################
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -473,5 +473,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-11-23 09:11:35.892600+00:00
Build Date UTC : 2024-11-28 10:21:22.318814+00:00
-->
Loading

0 comments on commit 8468ced

Please sign in to comment.