Switch to mix for assets
This commit is contained in:
parent
1ac555734c
commit
13c7de9347
@ -1,5 +1,5 @@
|
|||||||
@extends('template.base')
|
@extends('template.base')
|
||||||
|
|
||||||
@push('js')
|
@push('js')
|
||||||
<script src="{{ asset('js/app-admin.js') }}"></script>
|
<script src="{{ mix('js/app-admin.js') }}"></script>
|
||||||
@endpush
|
@endpush
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
@extends('template.base')
|
@extends('template.base')
|
||||||
|
|
||||||
@push('js')
|
@push('js')
|
||||||
<script src="{{ asset('js/app.js') }}"></script>
|
<script src="{{ mix('js/app.js') }}"></script>
|
||||||
@endpush
|
@endpush
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Portfolio</title>
|
<title>Portfolio</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
|
<link rel="stylesheet" href="{{ mix('css/app.css') }}">
|
||||||
@stack('style')
|
@stack('style')
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user