bower.json: Add boilerplate so I can serve static dependencies
authorW. Trevor King <wking@tremily.us>
Sat, 20 Sep 2014 23:07:12 +0000 (16:07 -0700)
committerW. Trevor King <wking@tremily.us>
Sun, 21 Sep 2014 12:18:58 +0000 (05:18 -0700)
commit97d9e496ea6498f44126910daa51562c919d3f30
tree28fc98555d785679926fa6d4a8dafde714cef639
parent1ef3b56c8763994e28305723c65474324d5b676f
bower.json: Add boilerplate so I can serve static dependencies

It looks like Firefox doesn't support the <dialog> element yet [1,2],
so I'll need the polyfill replacement.  This commit puts the generic
boilerplate in place, so we can revert just the dialog polyfill later,
while leaving this boilerplate in place for other dependencies.

[1]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog
[2]: https://bugzilla.mozilla.org/show_bug.cgi?id=840640
.bowerrc [new file with mode: 0644]
bower.json [new file with mode: 0644]
static/.gitignore [new file with mode: 0644]