Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bower-managed cosmo, closes item:402 #238

Merged
merged 1 commit into from Apr 15, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions app/index.html
Expand Up @@ -8,11 +8,10 @@
<!-- bower:css -->
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="bower_components/bootstrap-css-only/css/bootstrap.css" />
<link rel="stylesheet" href="bower_components/bootstrap-theme-cosmo/cosmo.min.css" />
<!-- endbower -->
<!-- endbuild -->
<!-- build:css({.tmp,app}) styles/main.css -->

<link rel="stylesheet" href="styles/bootstrap.cosmo.min.css">
<link rel="stylesheet" href="styles/main.css">
<!-- endbuild -->
</head>
Expand Down
7 changes: 0 additions & 7 deletions app/styles/bootstrap.cosmo.min.css

This file was deleted.

3 changes: 2 additions & 1 deletion bower.json
Expand Up @@ -10,7 +10,8 @@
"bootstrap-css-only": "~3.1.0",
"angular-pouchdb": "tlvince/angular-pouchdb#0.1.1",
"fastclick": "~1.0.0",
"howler": "~1.1.18"
"howler": "~1.1.18",
"bootstrap-theme-cosmo": "~3.1.1"
},
"devDependencies": {
"angular-mocks": "1.2.14"
Expand Down