Skip to content

Removed CDN dependencies#133

Closed
RomainLK wants to merge 1 commit intorlidwka:masterfrom
RomainLK:cdnless
Closed

Removed CDN dependencies#133
RomainLK wants to merge 1 commit intorlidwka:masterfrom
RomainLK:cdnless

Conversation

@RomainLK
Copy link
Copy Markdown

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
Copy Markdown
Owner

rlidwka commented Sep 30, 2014

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

@RomainLK
Copy link
Copy Markdown
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
Copy Markdown
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