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
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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>