Skip to content

Commit

Permalink
removed minified files, minifing should be part of build process
Browse files Browse the repository at this point in the history
  • Loading branch information
notandy committed Feb 13, 2016
1 parent 9274480 commit 0059a6d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ file(GLOB RESOURCES
RELATIVE ${PROJECT_SOURCE_DIR}
htdocs/js/*
htdocs/assets/*
htdocs/css/*.min.css
htdocs/css/*.css
htdocs/fonts/*
htdocs/index.html
)
Expand Down
7 changes: 0 additions & 7 deletions htdocs/css/bootstrap-theme.min.css

This file was deleted.

7 changes: 0 additions & 7 deletions htdocs/css/bootstrap.min.css

This file was deleted.

6 changes: 5 additions & 1 deletion htdocs/css/mpd.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,8 @@ td:last-child, td:first-child {
position: relative;
z-index: 9999;
margin: 5px 0px;
}
}

button {
overflow: hidden;
}
1 change: 0 additions & 1 deletion htdocs/css/mpd.min.css

This file was deleted.

6 changes: 3 additions & 3 deletions htdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<title>ympd</title>

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

<!-- Custom styles for this template -->
<link href="css/mpd.min.css" rel="stylesheet">
<link href="css/mpd.css" rel="stylesheet">
<link href="assets/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
<script src="js/modernizr-custom.js"></script>
</head>
Expand Down

0 comments on commit 0059a6d

Please sign in to comment.