fix: fixed speaker mode due to missing .html file

This commit is contained in:
Peter 2019-05-16 11:44:45 +02:00
parent 97718aedd7
commit 755931a7cb
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

@ -1,6 +1,12 @@
#!/usr/bin/env bash
mkdir -p ./assets/reveal
curl -sL "https://github.com/hakimel/reveal.js/archive/${1:-3.8.0}.tar.gz" | tar -xvz --strip-components=1 -C ./assets/reveal --wildcards *.js --wildcards *.css --exclude test --exclude gruntfile.js
curl -sL "https://github.com/hakimel/reveal.js/archive/${1:-3.8.0}.tar.gz" | tar -xvz --strip-components=1 -C ./assets/reveal --wildcards *.js --wildcards *.css --wildcards *.html --exclude test --exclude gruntfile.js
mkdir -p ./assets/reveal/plugin/
git clone https://github.com/denehyg/reveal.js-menu.git ./assets/reveal/plugin/menu
git clone https://github.com/denehyg/reveal.js-menu.git ./assets/reveal/plugin/menu
rm -f ./assets/reveal/plugin/menu/bower.json
rm -f ./assets/reveal/plugin/menu/CONTRIBUTING.md
rm -f ./assets/reveal/plugin/menu/LICENSE
rm -f ./assets/reveal/plugin/menu/package.json
rm -f ./assets/reveal/plugin/menu/README.md