-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove minification on search-index.js file
- Loading branch information
1 parent
5748b4c
commit 35ba58f
Showing
1 changed file
with
9 additions
and
85 deletions.
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
35ba58f
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.
@GuillaumeGomez I appreciate your contribution to the rust docs all the time. Just wonder why we need to remove the minification of the search index? My extension (Rust Search Extension) relies on the std and external crate's search index to provide instant search. However, the minified search index could make the extension a smaller size.
35ba58f
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.
It made the compilation way too long for some crates (servo for example). So if we want to put it back, we need to fix this run issue first.