Closed Simounet closed 7 years ago
This has been addressed by the v3 proposal of the generator. See https://github.com/bespokejs/generator-bespoke/pull/38. It just needs to be merged.
It seems to be great but no activity since Jul 4, 2016 so can we expect to be merged on day?
The new generator is now available.
See https://www.npmjs.com/package/generator-bespoke
The preferred method for creating a PDF is print styles (print to PDF in Chrome). It's the only reliable way to make a PDF that looks like the presentation, IMO.
The print styles are not yet part of the generator. You can find them here: https://github.com/opendevise/presentation-bespoke-starter/blob/master/src/styles/print.styl
Hello, To reproduce it, use
yo bespoke
and keep the default values for everything butWould you like to generate PDFs?
. Resulting in:I fix that with this trick (adding
"nw" : "0.12.3"
to the root of my package.json and doing annpm install
). Still, launchinggulp pdf
results in:node@6.9.1 npm@5.3.0