jeshuamaxey / generator-cardboard

Yeoman generator that scaffolds out a Google Cardboard compatible virtual reality web app
http://jeshuamaxey.github.io/generator-cardboard
8 stars 1 forks source link

Absolute iframe URL breaks in some deploy settings #13

Closed jeshuamaxey closed 9 years ago

jeshuamaxey commented 9 years ago

If you host the dist/ directory statically at a URL that isn't the root URL (ie example.com/foo rather than example.com) the absolute URL in the iframe fails to locate the intended VR files.

jeshuamaxey commented 9 years ago

Resolved in the above PR