Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a standalone version of the HTML slide deck by inlining JS & CSS #6

Open
technopagan opened this issue Feb 23, 2016 · 0 comments

Comments

@technopagan
Copy link
Owner

Currently, if you want to use "file://" instead of a local webserver, you can't use Chrome. Firefox works fine, but Chrome prevents loading linked assets such as CSS + JS from file:// URLs for (frankly overexaggerated) security concerns.

To make the slide deck tool work under all browsers regardless of their security settings, we can inline the CSS + JS into the HTML.

To keep up the maintainability of the code, we should create a "src" subdirectory inside this repository, in which we'll store the separate JS + CSS files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant