Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 467 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 467 Bytes

2015 Burlington Ruby Conference Website

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:

  1. checkout master
  2. make changes as one normally would with an Ember.js app
  3. generate the site with ember build --environment=production
  4. copy the dist files to another dir
  5. checkout gh-pages
  6. copy and past the dist files
  7. commit & push