Преглед изворни кода

rimossa la dipendenza da node

d0c пре 5 година
родитељ
комит
e831167e16
1 измењених фајлова са 4 додато и 3 уклоњено
  1. 4 3
      run.sh

+ 4 - 3
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