Skip to content
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

Revert "Don't hard-code essential files in copy_doc_dir" #1329

Merged
merged 1 commit into from
Mar 23, 2021

Commits on Mar 23, 2021

  1. Revert "Don't hard-code essential files in copy_doc_dir"

    This meant we stopped copying *all* JS and CSS files, which was
    incorrect. Possibly there's a better way to do this, but this fixes the
    immediate problem that search is broken.
    
    Here's an example build which is broken because of the change to
    `copy_doc_dir`:
    ```
    > aws s3 ls s3://rust-docs-rs/rustdoc/tokio-eventfd/0.2.0/
                               PRE i686-unknown-linux-gnu/
                               PRE implementors/
                               PRE src/
                               PRE tokio_eventfd/
                               PRE x86_64-apple-darwin/
    2021-03-23 14:25:56          9 .lock
    2021-03-23 14:25:56       1691 settings.html
    ```
    jyn514 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    a643090 View commit details
    Browse the repository at this point in the history