@zack I haven't been able to figure out exactly what the problem is with the commit your using, but I think it has something to do with templates.js
A fresh install with your commit 518aec6e76180078269bb17ffb56af880d58f9bd gives me an invalid templates.js,
├── [email protected] invalid
and I get this on every page, without any plugins installed:
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
the offending code:
app.user = JSON.parse('{"username":"yariplus","userslug":"yariplus","email":"[email protected]","picture":"https://secure.gravatar.com/avatar/f206761be43ad77375e6c30dfbffe3bb?size=128&default=identicon&rating=pg","email:confirmed":false,"uid":"1"}');
and none of the pages load correctly after that.
If you want to stay at the commit you are on, installing an older version fixed it for me.
npm install [email protected]
Maybe @psychobunny has some insight on the problem?