2019-04-19 21:56:39 +00:00
|
|
|
#!/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
|
2019-05-16 01:18:02 +00:00
|
|
|
mkdir -p ./assets/reveal/plugin/
|
|
|
|
git clone https://github.com/denehyg/reveal.js-menu.git ./assets/reveal/plugin/menu
|