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

Removed CDN dependencies #133

Closed
wants to merge 1 commit into from
Closed

Conversation

RomainLK
Copy link

In corporate environments, there might be a lack of Internet access, so no CDN either. This pull request simply add jQuery 1.11.0 to the lib/staticfolder and use it for the Web UI.

@rlidwka
Copy link
Owner

rlidwka commented Sep 30, 2014

Looks good, but is there any reason to include mapping file here?

@RomainLK
Copy link
Author

Very good point and now that I think about it I understand.

When I tested earlier, I used the debugger to check if the UI was downloading everything from the static folder. As it turns out, debugger opened + minified library; the debugger tried to download the .map file, and instinctively, I have added it since it was making a 404 error. It's safe to remove the file if you wish.

@rlidwka rlidwka closed this in 4b3939e Oct 2, 2014
@rlidwka
Copy link
Owner

rlidwka commented Oct 2, 2014

Merged without .map file and a reference to it in jquery (last line, maybe debugger was making requests because of it).

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants