Remove jquery-ui CSS from bower build section
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/78eeaf56 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/78eeaf56 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/78eeaf56 Branch: refs/heads/master Commit: 78eeaf56e77cce0ff16de58c7a7f0fdbb5f53e71 Parents: 2d1e11f Author: Michael Joyce <[email protected]> Authored: Fri Jul 18 14:47:54 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Fri Jul 18 14:47:54 2014 -0700 ---------------------------------------------------------------------- ocw-ui/frontend-new/app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/78eeaf56/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 40cbd01..d2ba823 100644 --- a/ocw-ui/frontend-new/app/index.html +++ b/ocw-ui/frontend-new/app/index.html @@ -16,8 +16,8 @@ <!-- endbuild --> <!-- build:css(.tmp) styles/main.css --> <link rel="stylesheet" href="styles/main.css"> - <link rel="stylesheet" href="bower_components/jquery-ui/themes/smoothness/jquery-ui.css" /> <!-- endbuild --> + <link rel="stylesheet" href="bower_components/jquery-ui/themes/smoothness/jquery-ui.css" /> </head> <body ng-app="ocwUiApp"> <!--[if lt IE 7]>
