-
Notifications
You must be signed in to change notification settings - Fork 327
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
Always vendor all external JS/CSS #169
Merged
jorisvandenbossche
merged 39 commits into
pydata:master
from
bollwyvl:always-vendor-external-deps
Jul 6, 2020
Merged
Changes from 35 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
7345622
first chunk of vendoring
bollwyvl bed20ed
fonts
bollwyvl bb35aef
lawyer up
bollwyvl 0e04b2a
more verbose cdn config name, default to cdn, handle sphinx <3
bollwyvl b486a75
some more tweaking to conf
bollwyvl 7a650b0
remove configurability, simplify config
bollwyvl eff61b2
remove NAME variable, as only used in one place again
bollwyvl a331540
build in ci
bollwyvl 7fb62c8
fix conda install
bollwyvl 6e5f40e
actually fix conda install of yarn
bollwyvl 09624fe
linting
bollwyvl 478f3ee
merge master
bollwyvl 0e1b35b
Merge remote-tracking branch 'upstream/master' into always-vendor-ext…
bollwyvl aaa92d4
revert all mathjax-related changes
bollwyvl 77bbbd5
add vendored assets to repo
bollwyvl c5bc9f5
merge master
bollwyvl d127923
rebuild yarn.lock, regenerate static
bollwyvl c8d033d
avoid node_modules in scss import, add preload of js in template
bollwyvl 1b581fb
add cache-busting html macros: hash for built, versions for vendor
bollwyvl 5477208
use proper hashes for current and future css and js in macros
bollwyvl 40a88c2
Merge remote-tracking branch 'upstream/master' into always-vendor-ext…
bollwyvl d76ef11
remove ProvidePlugin
bollwyvl ba38d75
merge master
bollwyvl 22c2470
rebuild assets after merging master
bollwyvl 3eb4d1c
Merge remote-tracking branch 'upstream/master' into always-vendor-ext…
bollwyvl d90f795
add user_guide docs about customizing fonts, contributing about macro…
bollwyvl 879fcf9
update pull request screenshot
bollwyvl 2b7d4a5
pngcrush screenshot, fix some sentence continuation
bollwyvl f85cffe
move webpack macros into static
bollwyvl 7bbe4c7
clean up some paths
bollwyvl dec25bc
add some more about fonts and selectors
bollwyvl 356f8f9
rebuild
bollwyvl c1ac080
whitespace
bollwyvl 1ee04a5
another pass over contributiong/customizing
bollwyvl 7d32515
merge master
bollwyvl fe3b00a
update figure
jorisvandenbossche 993bb3b
don't build with yarn in CI + use installed (not editable) python pac…
jorisvandenbossche 6f934a1
some rst edits
jorisvandenbossche b1da116
fix rst edits
jorisvandenbossche File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,6 +87,7 @@ celerybeat-schedule | |
.venv | ||
venv/ | ||
ENV/ | ||
envs/ | ||
|
||
# Spyder project settings | ||
.spyderproject | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. _configuation: | ||
.. _configuration: | ||
|
||
************* | ||
Configuration | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
this might have been raised / discussed before, but in principle this is not needed?
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.
if it's not trying to re-build in CI, I don't that a PR actually is actually checked as to whether they author checked in the assets. but perhaps i'm wrong?
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.
This does solve the author forgetting to build the production assets.
It doesn't solve committing the builded assets though?
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.
The linting CI build should ensure that