Skip to content

Commit

Permalink
Merge pull request #20 from infotexture/feature/reveal-3-7-0
Browse files Browse the repository at this point in the history
Update reveal.js dependency to 3.7.0
  • Loading branch information
dploeger authored Jan 24, 2019
2 parents 25b6860 + c9e3037 commit 359b0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reveal.js
Submodule reveal.js updated 78 files
+6 −0 .gitignore
+3 −3 .travis.yml
+4 −0 CONTRIBUTING.md
+65 −46 Gruntfile.js
+1 −1 LICENSE
+573 −214 README.md
+27 −0 bower.json
+4 −3 css/print/paper.css
+62 −55 css/print/pdf.css
+760 −310 css/reveal.css
+671 −223 css/reveal.scss
+3 −7 css/theme/README.md
+77 −65 css/theme/beige.css
+70 −58 css/theme/black.css
+77 −72 css/theme/blood.css
+71 −59 css/theme/league.css
+71 −59 css/theme/moon.css
+70 −58 css/theme/night.css
+68 −56 css/theme/serif.css
+72 −57 css/theme/simple.css
+71 −59 css/theme/sky.css
+71 −59 css/theme/solarized.css
+2 −2 css/theme/source/black.scss
+3 −16 css/theme/source/blood.scss
+0 −1 css/theme/source/night.scss
+5 −0 css/theme/source/simple.scss
+2 −2 css/theme/source/white.scss
+1 −1 css/theme/template/settings.scss
+39 −53 css/theme/template/theme.scss
+71 −59 css/theme/white.css
+416 −0 demo.html
+14 −373 index.html
+1,835 −534 js/reveal.js
+41 −78 lib/css/zenburn.css
+6 −8 lib/js/head.min.js
+22 −27 package.json
+51 −4 plugin/highlight/highlight.js
+0 −159 plugin/leap/leap.js
+8 −1 plugin/markdown/example.html
+5 −0 plugin/markdown/example.md
+41 −22 plugin/markdown/markdown.js
+2 −33 plugin/markdown/marked.js
+5 −2 plugin/math/math.js
+1 −1 plugin/multiplex/client.js
+24 −16 plugin/multiplex/index.js
+26 −43 plugin/multiplex/master.js
+19 −0 plugin/multiplex/package.json
+6 −1 plugin/notes-server/client.js
+17 −14 plugin/notes-server/index.js
+215 −26 plugin/notes-server/notes.html
+418 −32 plugin/notes/notes.html
+42 −17 plugin/notes/notes.js
+47 −28 plugin/print-pdf/print-pdf.js
+0 −39 plugin/remotes/remotes.js
+127 −117 plugin/search/search.js
+17 −23 plugin/zoom-js/zoom.js
+1 −1 test/examples/math.html
+1 −1 test/examples/slide-backgrounds.html
+101 −0 test/examples/slide-transitions.html
+0 −244 test/qunit-1.12.0.css
+0 −2,212 test/qunit-1.12.0.js
+436 −0 test/qunit-2.5.0.css
+5,188 −0 test/qunit-2.5.0.js
+12 −0 test/simple.md
+5 −5 test/test-markdown-element-attributes.html
+21 −23 test/test-markdown-element-attributes.js
+36 −0 test/test-markdown-external.html
+20 −0 test/test-markdown-external.js
+41 −0 test/test-markdown-options.html
+27 −0 test/test-markdown-options.js
+2 −2 test/test-markdown-slide-attributes.html
+23 −26 test/test-markdown-slide-attributes.js
+3 −3 test/test-markdown.html
+2 −6 test/test-markdown.js
+2 −2 test/test-pdf.html
+2 −5 test/test-pdf.js
+7 −3 test/test.html
+199 −178 test/test.js

0 comments on commit 359b0f5

Please sign in to comment.