-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Rename offline zip #2413
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
Merged
Merged
Rename offline zip #2413
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
d43e8b0
Add release calver to offline.zip
ntoll dfba1ce
Update release template for correct offline.zip filename.
ntoll 655be1d
Update sed for global search/replace of _VERSION_
ntoll 9a05ae9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 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
Prev
Previous commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
- Loading branch information
commit 9a05ae9deee38c0ff0b124c7564da2c05cab29c6
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -85,8 +85,8 @@ <h2>Files</h2> | |
| <li><a href="core.js">core.js</a></li> | ||
| <li><a href="core.js.map">core.js.map</a></li> | ||
| <li> | ||
| <a href="offline__VERSION_.zip">offline__VERSION_.zip</a> (PyScript _VERSION_ | ||
| zipped up for offline use) | ||
| <a href="offline__VERSION_.zip">offline__VERSION_.zip</a> | ||
| (PyScript _VERSION_ zipped up for offline use) | ||
| </li> | ||
| </ul> | ||
| <div id="out"></div> | ||
|
|
@@ -125,7 +125,8 @@ <h2> | |
| d="M43.3,6h-1.6c-0.5,0-0.8,0.3-0.8,0.8V10c0,3.5-2.8,6.4-6.3,6.4H17.4c-3.5,0-6.3-2.9-6.3-6.4V6.8 | ||
| c0-0.5-0.3-0.8-0.8-0.8H8.7C6.1,6,4,8.2,4,10.8v34.4C4,47.8,6.1,50,8.7,50h34.6c2.6,0,4.7-2.2,4.7-4.8V10.8C48,8.2,45.9,6,43.3,6z" | ||
| /> | ||
| </g></svg> | ||
| </g> | ||
| </svg> | ||
| </a> | ||
| </h2> | ||
| <pre id="example"> | ||
|
|
@@ -154,7 +155,8 @@ <h2> | |
| display(sys.version) | ||
| </script> | ||
| </body> | ||
| </html></pre> | ||
| </html></pre | ||
| > | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. what is this? ... I'd add a
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is pre-commit hook messing with HTML. :-/ Will look into this. |
||
| </main> | ||
| </body> | ||
| </html> | ||
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 looks fine, it will result into just a space once visualized
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.
Yeah, again pre-commit hook mangled this. 🤦