Let's compile application.scss into all.css closes #70

This commit is contained in:
James Brooks
2014-12-10 08:37:37 +00:00
parent d4cdd6cb68
commit d0a15a2d62
5 changed files with 21 additions and 15 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<title>{{ isset($pageTitle) ? $pageTitle : Setting::get('app_name') }} | Cachet</title>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,700,300,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/application.css">
<link rel="stylesheet" href="{{ elixir('css/all.css') }}">
<script src="{{ elixir('js/all.js') }}"></script>
</head>