From e831167e1651295a9cc8e016f509b7289784e05c Mon Sep 17 00:00:00 2001 From: d0c Date: Sun, 7 Oct 2018 14:12:45 +0200 Subject: [PATCH] rimossa la dipendenza da node --- run.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/run.sh b/run.sh index b6efd8f..e56e973 100755 --- a/run.sh +++ b/run.sh @@ -8,6 +8,7 @@ mkdir -p reveal.js/js/ reveal.js/css/ reveal.js/images/ cp images/* reveal.js/images/ rm -f reveal.js/index.html reveal.js/mastodon-presentazione.md ln index.html mastodon-presentazione.md reveal.js/ -cd reveal.js -npm install -npm start +firefox reveal.js/index.html & +#cd reveal.js +#npm install +#npm start