asset cleanup

This commit is contained in:
Nabeel Shahzad
2018-03-27 14:46:32 -05:00
parent 504b33ba2a
commit 8ad83a5f9f
16 changed files with 778 additions and 1782 deletions

View File

@@ -78,9 +78,9 @@
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
{{-- Start of the required tags block. Don't remove these or things will break!! --}}
<script src="{{ public_asset('/js/frontend/manifest.js') }}"></script>
<script src="{{ public_asset('/js/frontend/vendor.js') }}"></script>
<script src="{{ public_asset('/js/frontend/app.js') }}"></script>
<script src="{{ public_asset('/assets/frontend/js/manifest.js') }}"></script>
<script src="{{ public_asset('/assets/frontend/js/vendor.js') }}"></script>
<script src="{{ public_asset('/assets/frontend/js/app.js') }}"></script>
@yield('scripts')
{{-- End the required tags block --}}