gre / gl-react

gl-react – React library to write and compose WebGL shaders

Home Page:https://gl-react-cookbook.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gl-react website is down

transitive-bullshit opened this issue · comments

When visiting https://gl-react-cookbook.surge.sh/ in latest Chrome browser on Mac OS, the page fails to load with a JS error from a minified script:

Uncaught TypeError: g.join is not a function
    at n.r (html-block.js:40)
    at n.t [as tokenizeBlock] (tokenizer.js:111)
    at n.r [as parse] (parse.js:41)
    at Function.a [as parse] (index.js:275)
    at r (index.js:22)
    at n (index.js:93)
    at e (index.js:56)
    at Object.e [as run] (index.js:30)
    at o (index.js:371)
    at S (index.js:366)

The site has been very useful thus far and is a great source of documentation. Hope this gets resolved soon -- thanks!

it should be back shortly. d19dfe5 (nb the fact i increment remark is not the actual fix, but the actual fix is triggering a new redeploy from Travis xD)

it was affected by a breaking regression in webpack json-loader ( webpack-contrib/json-loader#54 ) which was breaking the lib "remark" ( https://github.com/wooorm/remark/blob/86b049a0ca0e499c1aa06894c6bd7755c59dc9b9/packages/remark-parse/lib/defaults.js#L9 ) at runtime.. I might reconsider the fact the cookbook gets auto redeployed for each master commit.. actually if you have an idea how I could test that the app don't crash at runtime from Travis (like just test that "/" don't throw an exception after a second) I would be happy to add that check

Thanks @gre

I know it's possible to add this type of check, but it's not a trivial addition.