-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
I think site header is pretty much messed up. There are plenty of javascripts which are not needed on home page for example following js has no need on home page:
<!-- jquery file upload -->
<script src="{{ asset('packages/jquery-file-upload-8.9.0/js/vendor/jquery.ui.widget.js') }}"></script>
<script src="{{ asset('packages/jquery-file-upload-8.9.0/js/jquery.iframe-transport.js') }}"></script>
<script src="{{ asset('packages/jquery-file-upload-8.9.0/js/jquery.fileupload.js') }}"></script>
It will be nice if you can combine js/css into a single file.