This is the distribution version of the 2015 Burlington Ruby Conference website. It was generated by Ember.js. If you want to make changes to this branch, the flow is:
- checkout
master
- make changes as one normally would with an Ember.js app
- generate the site with
ember build --environment=production
- copy the dist files to another dir
- checkout
gh-pages
- copy and past the dist files
- commit & push