strip unnecessary imports from js app files

This commit is contained in:
Nabeel Shahzad
2018-03-27 18:18:25 -05:00
parent 1518b8d4f7
commit a1a8c6f141
18 changed files with 1508 additions and 299 deletions

View File

@@ -80,6 +80,7 @@
{{-- Start of the required tags block. Don't remove these or things will break!! --}}
{{--<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/system/js/vendor.js') }}"></script>
<script src="{{ public_asset('/assets/frontend/js/app.js') }}"></script>
@yield('scripts')