Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Header cleanup #96

Open
moazam1 opened this issue Apr 2, 2014 · 2 comments
Open

Header cleanup #96

moazam1 opened this issue Apr 2, 2014 · 2 comments
Assignees

Comments

@moazam1
Copy link

moazam1 commented Apr 2, 2014

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.

@davidnknight
Copy link
Collaborator

I'll take a look at this at the weekend.

@moazam1
Copy link
Author

moazam1 commented Apr 2, 2014

Thanks david, just noticed I forgot to put markdown on my example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants