rmcgibbo / slidedeck

Beautiful HTML5 slides in markdown. A easy-to-use fork of the google-io-2012 slide deck
317 stars 47 forks source link

Chrome Issues #31

Closed kyleabeauchamp closed 9 years ago

kyleabeauchamp commented 9 years ago

I've noticed issues viewing slidedecks in Chrome (Version 40.0.2214.95 (64-bit) ) on both OSX and Ubuntu. The symptom is a black screen. The favicon is loaded.

For example: http://htmlpreview.github.io/?https://github.com/rmcgibbo/slidedeck-example/blob/master/index.html

kyleabeauchamp commented 9 years ago

AFAIK, Firefox and Safari still work.

kyleabeauchamp commented 9 years ago

Debug js console does this, not sure if that's the problem though:

htmlpreview.github.io/:1 Refused to execute script from 'https://raw.githubusercontent.com/rmcgibbo/slidedeck-example/master/js/require-1.0.8.min.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
htmlpreview.github.io/:1 Refused to execute script from 'https://raw.githubusercontent.com/rmcgibbo/slidedeck-example/master/js/slides.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
kyleabeauchamp commented 9 years ago

Also, I suppose this only happens via htmlpreview--works fine on local files.

rmcgibbo commented 9 years ago

Yeah, refused to execute script is definitely the problem.

rmcgibbo commented 9 years ago

How about http://cdn.rawgit.com/rmcgibbo/slidedeck-example/master/index.html? Seems to work better for me in chrome.

kyleabeauchamp commented 9 years ago

lgtm

On Thu, Feb 5, 2015 at 3:19 PM, Robert T. McGibbon <notifications@github.com

wrote:

How about http://cdn.rawgit.com/rmcgibbo/slidedeck-example/master/index.html

— Reply to this email directly or view it on GitHub https://github.com/rmcgibbo/slidedeck/issues/31#issuecomment-73118986.

rmcgibbo commented 9 years ago

Okay. I'll change links over to that.