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

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !8
parents 12f582f4 f68748b5
No related branches found
No related tags found
1 merge request!8Merging develop into main
Pipeline #860524 passed
......@@ -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