HubSpot / facewall

Grid visualization of Gravatars for an organization
http://github.hubspot.com/facewall/
MIT License
138 stars 37 forks source link

Allow trailing slash to be omitted in /facewall URL #12

Closed TrevorBurnham closed 9 years ago

TrevorBurnham commented 9 years ago

This is a fix for #9. 2 changes:

  1. Asset paths are made relative to the domain root rather than relative to the document, and
  2. The Backbone router is initialized with /facewall/ as the root instead of /facewall/.
adamschwartz commented 9 years ago

Thanks!