Skip to content

Commit

Permalink
Minify all CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Riti committed Nov 11, 2013
1 parent 8abbcec commit 64a1e98
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/index.html
Expand Up @@ -10,9 +10,9 @@
<title>Theme Template for Bootstrap</title>

<!-- CSS -->
<link href="styles/bootstrap.css" rel="stylesheet">
<link href="styles/bootstrap-theme.css" rel="stylesheet">
<link href="styles/theme.css" rel="stylesheet">
<link href="styles/bootstrap.min.css" rel="stylesheet">
<link href="styles/bootstrap-theme.min.css" rel="stylesheet">
<link href="styles/theme.min.css" rel="stylesheet">
<!-- /CSS -->

<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
Expand Down
1 change: 1 addition & 0 deletions app/styles/bootstrap-theme.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions app/styles/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions app/styles/theme.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64a1e98

Please sign in to comment.