From 98bdeae7cb58ffd8f79020c74a96985fbfab005a Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Sun, 28 Jun 2015 20:40:24 -0400 Subject: [PATCH 1/2] README: suggest decktape as an alternative for PDF rendering It works around the current PDF rendering bugs like #1261 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c052cf7..c6dbec5 100644 --- a/README.md +++ b/README.md @@ -704,6 +704,8 @@ Here's an example of an exported presentation that's been uploaded to SlideShare ![Chrome Print Settings](https://s3.amazonaws.com/hakim-static/reveal-js/pdf-print-settings.png) +Alternatively you can use the [decktape](https://github.com/astefanutti/decktape) project. + ## Theming The framework comes with a few different themes included: From b390e66c270d4fc26755fc4097e02808ea567721 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 2 Jul 2015 15:49:38 +0200 Subject: [PATCH 2/2] add bower json #1067 --- bower.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..2b54bf5 --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "reveal.js", + "version": "3.1.0", + "main": [ + "js/reveal.js", + "css/reveal.css" + ], + "homepage": "http://lab.hakim.se/reveal-js/", + "license": "MIT", + "description": "The HTML Presentation Framework", + "authors": [ + "Hakim El Hattab " + ], + "dependencies": { + "headjs": "~0.9.6" + }, + "repository": { + "type": "git", + "url": "git://github.com/hakimel/reveal.js.git" + }, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test" + ] +} \ No newline at end of file