Skip to content

Commit

Permalink
Minified css
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Richard <martius@martiusweb.net>
  • Loading branch information
Martiusweb committed Sep 27, 2013
1 parent 8e82c00 commit 54454c2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -5,6 +5,8 @@
# Generated files
css/styles.css
css/styles-responsive.css
css/*.min.css
js/bootstrap*
js/jquery.js
js/*.min.js
img/glyphicons-halflings*.png
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -7,6 +7,8 @@ BOOTSTRAP_RESPONSIVE_LESS = ./less/responsive.less
minassets:
./${BOOTSTRAP_PATH}/node_modules/.bin/uglifyjs -nc js/scrollspy.js > js/scrollspy.min.js
./${BOOTSTRAP_PATH}/node_modules/.bin/uglifyjs -nc js/martiusweb.js > js/martiusweb.min.js
./${BOOTSTRAP_PATH}/node_modules/.bin/recess --compress ${BOOTSTRAP} > css/styles.min.css
./${BOOTSTRAP_PATH}/node_modules/.bin/recess --compress ${BOOTSTRAP_RESPONSIVE} > css/styles-responsive.min.css

bootstrap:
mkdir -p ./css ./js ./img
Expand Down
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -8,8 +8,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="author" content="Martin Richard">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/styles-responsive.css">
<link rel="stylesheet" href="css/styles.min.css">
<link rel="stylesheet" href="css/styles-responsive.min.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:100|Lato">
</head>
<body data-spy="scroll" data-target="header.container .navbar"
Expand Down
1 change: 0 additions & 1 deletion js/martiusweb.min.js

This file was deleted.

1 change: 0 additions & 1 deletion js/scrollspy.min.js

This file was deleted.

0 comments on commit 54454c2

Please sign in to comment.