Assets are now local, for combination and speed

This commit is contained in:
Ismo Vuorinen
2013-07-11 07:49:27 +03:00
parent 7e73994e40
commit a4bdf517cb
12 changed files with 242 additions and 15 deletions

View File

@@ -15,11 +15,15 @@ if (empty($page_title)) {
<link rel="icon" href="<?php echo site_url('/favicon.ico'); ?>">
<title><?php echo implode(" &raquo; ", $page_title); ?></title>
<?php
assets_css(array(
'normalize.min.css',
'foundation.min.css',
'style.css'
));
// Assets spark
assets_css(
array(
'normalize.min.css',
'foundation.min.css',
'jquery-ui.min.css',
'style.css'
)
);
?>
</head>