Skip to content
Snippets Groups Projects
Commit f68748b5 authored by jurgenhaas's avatar jurgenhaas
Browse files

#5 Update to reveal.js 4.5.0

parent 26fd7931
No related branches found
No related tags found
1 merge request!8Merging develop into main
......@@ -97,11 +97,11 @@ $(MDSHOW_CONFIG)/reveal.js/dist/fontawesome:
$(MDSHOW_CONFIG)/reveal.js:
mkdir -p $@
curl -L https://github.com/hakimel/reveal.js/archive/refs/tags/4.4.0.zip -o $@/revealjs.zip
curl -L https://github.com/hakimel/reveal.js/archive/refs/tags/4.5.0.zip -o $@/revealjs.zip
unzip $@/revealjs.zip -d $@
rm $@/revealjs.zip
mv $@/reveal.js-4.4.0/.??* $@/reveal.js-4.4.0/* $@
rmdir $@/reveal.js-4.4.0
mv $@/reveal.js-4.5.0/.??* $@/reveal.js-4.5.0/* $@
rmdir $@/reveal.js-4.5.0
cd $@ && \
npm install && npm add node-jq decktape gulp
# workarounds for the new reveal-js release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment