Skip to content

Commit

Permalink
use laravel-mix version method (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocomaru authored Feb 21, 2020
1 parent d0d32c3 commit 5f02557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
@else
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
<link rel="stylesheet" href="{{ mix('css/app.css') }}">
@endif

@yield('meta_tags')
Expand Down Expand Up @@ -62,7 +62,7 @@

@yield('adminlte_js')
@else
<script src="{{ asset('js/app.js') }}"></script>
<script src="{{ mix('js/app.js') }}"></script>
@endif

</body>
Expand Down

0 comments on commit 5f02557

Please sign in to comment.