Add some missing changes
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
<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="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/css/application.css">
|
||||
|
||||
<script src="{{ elixir('js/all.js') }}"></script>
|
||||
|
||||
@@ -18,6 +18,4 @@ elixir(function(mix) {
|
||||
.version(['public/css/all.css', 'public/js/all.js'], 'public')
|
||||
.copy('app/assets/bower_components/bootstrap/dist/fonts/', 'public/build/fonts')
|
||||
.copy('app/assets/bower_components/fontawesome/fonts/', 'public/build/fonts');
|
||||
|
||||
mix.sass('application.scss');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user