Commit Graph
3 Commits
Author SHA1 Message Date
Andrew Miner d3f78e9349 Update circle.ci to install grunt 2016-04-03 20:00:10 -07:00
Andrew Miner dda1c8e10d Update CircleCI to include newer version of Sass 2015-04-29 20:33:02 -07:00
Andrew Miner 930b8049a2 Convert site to a single JavaScript archive
* Convert build to use a single JavaScript file on the site (instead
  of downloading each library separately). This also means that all
  global variables (e.g., `$` for JQuery, `_` for Underscore.js) can
  be removed.
* Remove unused scripts and/or move them to a more appropriate repo
* Update the `deploy` script to work with CircleCI's automation
* Update markdown display code to allow images to be located with the
  markdown data files instead of the pre-rendered index pages
2015-04-29 19:58:53 -07:00