Add font awesome
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/828784e6 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/828784e6 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/828784e6 Branch: refs/heads/master Commit: 828784e6040e2f2ce2ce6be986c47d021e7dd277 Parents: f613f01 Author: Michael Joyce <[email protected]> Authored: Wed Jul 16 16:09:02 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Wed Jul 16 16:09:02 2014 -0700 ---------------------------------------------------------------------- ocw-ui/frontend-new/app/index.html | 1 + ocw-ui/frontend-new/bower.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/828784e6/ocw-ui/frontend-new/app/index.html ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/index.html b/ocw-ui/frontend-new/app/index.html index 19bc75e..b9f8a92 100644 --- a/ocw-ui/frontend-new/app/index.html +++ b/ocw-ui/frontend-new/app/index.html @@ -11,6 +11,7 @@ <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" /> <link rel="stylesheet" href="bower_components/leaflet/dist/leaflet.css" /> <link rel="stylesheet" href="bower_components/chap-links-timeline/timeline.css" /> + <link rel="stylesheet" href="bower_components/components-font-awesome/css/font-awesome.css" /> <!-- endbower --> <!-- endbuild --> <!-- build:css(.tmp) styles/main.css --> http://git-wip-us.apache.org/repos/asf/climate/blob/828784e6/ocw-ui/frontend-new/bower.json ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/bower.json b/ocw-ui/frontend-new/bower.json index b82d70b..054e532 100644 --- a/ocw-ui/frontend-new/bower.json +++ b/ocw-ui/frontend-new/bower.json @@ -12,7 +12,8 @@ "angular-route": "1.2.16", "angular-ui-router": "angular-ui/ui-router#~0.2.10", "leaflet": "~0.7.3", - "chap-links-timeline": "~2.6.1" + "chap-links-timeline": "~2.6.1", + "components-font-awesome": "~4.1.0" }, "devDependencies": { "angular-mocks": "1.2.16",
