MozillaReality / horizon

(2015) Horizon was an experimental VR browser built on web standards using CSS-VR.
http://mozvr.github.io/horizon/web/
Other
1 stars 0 forks source link

GitHub Pages hosted content is old #231

Closed cvan closed 9 years ago

cvan commented 9 years ago

http://mozvr.github.io/horizon/web/

screenshot 2015-07-20 17 06 48
KevinGrandon commented 9 years ago

It's easy to deploy, well should be, but it seems that the deploy.sh script is currently broken. Not sure what happened here, but I'm seeing this:

/Users/kevin/workspace/horizon/node_modules/mold-source-map/index.js:23 this.sourcemap.setProperty(key, this.sourcemap.getProperty(key).map(fn));

KevinGrandon commented 9 years ago

I'll look.

cvan commented 9 years ago

yup, I know - I swore I ran that script like just a few weeks ago. but by the looks of what's on GitHub pages, that's hella old.

KevinGrandon commented 9 years ago

Should be resolved with: https://github.com/MozVR/horizon/commit/165388341bfd478246fa12d37b891822d4afec14

(I've also just run the deploy.sh script and gh-pages seems to be up to date)