From: W. Trevor King Date: Sat, 20 Sep 2014 23:07:12 +0000 (-0700) Subject: bower.json: Add boilerplate so I can serve static dependencies X-Git-Tag: v0.1.0~29 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=97d9e496ea6498f44126910daa51562c919d3f30;p=nmhive.git bower.json: Add boilerplate so I can serve static dependencies It looks like Firefox doesn't support the 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 --- diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 0000000..fdc1d56 --- /dev/null +++ b/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "static" +} diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..b1d497e --- /dev/null +++ b/bower.json @@ -0,0 +1,11 @@ +{ + "name": "nmhive", + "description": "Distributed mail tagging with nmbug.", + "version": "0.1.0", + "license": "BSD-2-Clause", + "homepage": "https://github.com/wking/nmhive", + "repository": { + "type": "git", + "url": "git://github.com/wking/nmhive.git" + } +} diff --git a/static/.gitignore b/static/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/static/.gitignore @@ -0,0 +1 @@ +*