aframevr / aframe

:a: Web framework for building virtual reality experiences.
https://aframe.io/
MIT License
16.66k stars 3.97k forks source link

Remove `scripts/gh-pages.js` script in favour of `ghpages` package #269

Closed cvan closed 8 years ago

cvan commented 8 years ago

It's great: https://www.npmjs.com/package/ghpages

(I use it for the boilerplate.)


Also see aframevr/aframe-core#622.

Zeouterlimits commented 8 years ago

Took a quick look at this a few days ago. Seems that the fourth command: npm run browserify -s -- --debug | exorcist dist/aframe.js.map > dist/aframe.js won't run on Windows, it errors out, but works on Unix, so I couldn't progress at the time.

Will give this task another go on my Mac (where I don't have the same issue) tomorrow.