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

Allow configuring rustdoc --disable-minification in config.toml #83059

Merged
merged 2 commits into from
Mar 13, 2021

Commits on Mar 12, 2021

  1. Add a disable-minification option for rustdoc

    This way, you can debug rustdoc's JavaScript and CSS file
    with normal F12 Dev Tools and you'll have useful line numbers
    to work with.
    notriddle committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    fdb3e82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    095b6d2 View commit details
    Browse the repository at this point in the history