colorbox theme: concatenate css files
This commit is contained in:
3
sigal/themes/colorbox/Makefile
Normal file
3
sigal/themes/colorbox/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
css:
|
||||
cat static/css/{base.css,skeleton.css,colorbox.css,main.css} | \
|
||||
cssmin > static/css/style.min.css
|
||||
1
sigal/themes/colorbox/static/css/style.min.css
vendored
Normal file
1
sigal/themes/colorbox/static/css/style.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -10,10 +10,7 @@
|
||||
<meta name="viewport" content="width=device-width">
|
||||
|
||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans">
|
||||
<link rel="stylesheet" href="{{ theme.path }}/css/base.css">
|
||||
<link rel="stylesheet" href="{{ theme.path }}/css/skeleton.css">
|
||||
<link rel="stylesheet" href="{{ theme.path }}/css/colorbox.css">
|
||||
<link rel="stylesheet" href="{{ theme.path }}/css/style.css">
|
||||
<link rel="stylesheet" href="{{ theme.path }}/css/style.min.css">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
Reference in New Issue
Block a user