-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Copy CDN css and js to local resources #2469
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, and thank you for opening this PR! 🎉
All contributors have signed the CLA, thank you! ❤️
Have an awesome day! ☀️
Forgot to add the css/js files themselves to the PR? :) |
There are tests for the site structure in |
Geez! Will do, along with the tests |
Done! |
></script> | ||
<script src="{{ site.baseurl }}/js/jquery.min.js"></script> | ||
<script src="{{ site.baseurl }}/js/tether.min.js"></script> | ||
<script src="{{ site.baseurl }}/js/bootstrap.pack.js"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're mentioning bootstrap.pack.js
, but you've added bootstrap.min.js
as a file. Highlight js is entirely missing
EDIT: scratch the highlight part, it's already in the repo :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extremely sorry, noticed it just now. I've pushed an update.
Thanks @Varunram! 🎉 |
Thanks for your patience! |
Intended as a fix for #1949