Skip to content

Commit

Permalink
Removes presentation package.json
Browse files Browse the repository at this point in the history
and related files.

The presentation is using an old version of Reveal.js.
It works as it is but dependencies were obsolete.
This way, if you try to run a local server to present
the slides, it won't work.
Anyway, just opening the index.hml in a browser is enough.

Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
  • Loading branch information
manoelcampos committed May 28, 2022
1 parent f6f2ac5 commit 31a0801
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 269 deletions.
182 changes: 0 additions & 182 deletions docs/presentation/Gruntfile.js

This file was deleted.

11 changes: 0 additions & 11 deletions docs/presentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@ Contains an HTML presentation using the [reveal.js](https://github.com/hakimel/r

If you cloned the repository at your computer, to launch the presentation you have to just open the [index.html](index.html) at a web browser.

## Changing the style sheets

If you change some [scss](css) files ([SaaS files](http://sass-lang.com)), you have to re-generate the css files using [grunt](https://gruntjs.com):

```bash
npm install -g grunt
npm install -g grunt-cli
npm install
grunt
```

# Exporting to PDF
To generate a PDF file, just open the presentation in Google Chrome locally
(you don't need to run it with a local server) and include the parameter `?print-pdf` at the URL.
Expand Down
27 changes: 0 additions & 27 deletions docs/presentation/bower.json

This file was deleted.

49 changes: 0 additions & 49 deletions docs/presentation/package.json

This file was deleted.

0 comments on commit 31a0801

Please sign in to comment.