Move sass files out of public to resources/sass

This commit is contained in:
Nabeel Shahzad
2018-03-27 16:34:37 -05:00
parent 30a8028827
commit 999b11deb5
85 changed files with 3561 additions and 10887 deletions

View File

@@ -78,8 +78,8 @@
<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('/assets/frontend/js/manifest.js') }}"></script>
<script src="{{ public_asset('/assets/frontend/js/vendor.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')