city41 / pxtobrx

Create Lego mosaics out of video game sprites
http://city41.github.io/pxtobrx
MIT License
26 stars 2 forks source link

ditch server side rendering, use github pages #11

Closed city41 closed 9 years ago

city41 commented 9 years ago

This app is entirely client side and can probably always be. No point in paying for hosting when github pages will work.

city41 commented 9 years ago

This is now mostly resolved. pxtobrx.com is coming from gh-pages. But the CSS is embedded in app.js and added to the DOM using @withStyles. I'd prefer to pull the CSS into its own css file or at least embed it in index.html. Need to look more into this.