Skip to content

--disable-minification breaks doc builds #59157

Closed
@jdm

Description

@jdm
Contributor

While working around #58849 which was caused by minification, we have discovered that the resulting non-minified docs have a broken search index (ReferenceError: N is not defined), and the resulting docs are limited to the single toplevel crate from the chosen manifest directory.

Activity

added
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
on Mar 13, 2019
added a commit that references this issue on Mar 13, 2019
c37dab7
added 3 commits that reference this issue on Mar 15, 2019

Rollup merge of rust-lang#59158 - Manishearth:fix-minification, r=Gui…

14ba4d5

Rollup merge of rust-lang#59158 - Manishearth:fix-minification, r=Gui…

25e4366
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @jdm

        Issue actions

          --disable-minification breaks doc builds · Issue #59157 · rust-lang/rust