Better support for CSS and JS

This commit is contained in:
Dane Everitt
2018-06-03 19:35:50 -07:00
parent bbdade398a
commit 80b0816718
4 changed files with 50 additions and 22 deletions

View File

@@ -10,7 +10,7 @@
@show
@section('assets')
{!! $asset->css('assets/bundle.css') !!}
{!! $asset->css('main.css') !!}
@show
@include('layouts.scripts')
@@ -24,7 +24,7 @@
@yield('below-container')
@show
@section('scripts')
{!! $asset->js('assets/bundle.js') !!}
{!! $asset->js('main.js') !!}
@show
</body>
</html>