ansible / community

This repository is being archived. See https://github.com/ansible-community/presentations and https://github.com/ansible-community/meetings for the new locations
Apache License 2.0
489 stars 144 forks source link

Let decks use resources from within repo instead of pulling from CDN. #607

Closed eqrx closed 3 years ago

eqrx commented 3 years ago

Currently the slide decks pull in dependencies like reveal.js from CDN instead of using a locally cached copy.

This PR adds copies of the dependencies into the repo and makes existing decks use them. It also bumps the dependency versions to most current, which allows some jury rig workaround to be removed.