Uh oh!
There was an error while loading. Please reload this page.
Make rustdoc.js use license comments. - #42307
Conversation
rust-highfive
commented
May 30, 2017
Some changes occurred in HTML/CSS. |
rust-highfive
commented
May 30, 2017
r? @frewsxcv (rust_highfive has picked a reviewer for you, use r? to override) |
GuillaumeGomez
commented
May 30, 2017
I'm not sure to understand the point of this change. Can you give a bit more context please? |
frewsxcv
commented
May 30, 2017
@GuillaumeGomez from what I understand, some JS minifiers have an option to preserve license headings so they don't get minified away, but I'm guessing that only works if the license headings are in a block comment. does that sound right @clarcharr? |
clarfonthey
commented
May 30, 2017
That's correct. |
👍 from me, but there's a failure: https://travis-ci.org/rust-lang/rust/jobs/237377534#L900 You'll need to update |
There was a problem hiding this comment.
You're missing a { at the end of this line
arielb1
commented
Jun 6, 2017
@clarcharr are you going to fix this? Just checking to make sure this PR isn't getting lost. |
clarfonthey
commented
Jun 8, 2017
I am and I have! |
frewsxcv
commented
Jun 8, 2017
@bors r+ rollup |
bors
commented
Jun 8, 2017
📌 Commit dd23fda has been approved by |
Make rustdoc.js use license comments. This will ensure that JS minifiers and the like will preserve the license statement even after minimisation.
Make rustdoc.js use license comments. This will ensure that JS minifiers and the like will preserve the license statement even after minimisation.
This will ensure that JS minifiers and the like will preserve the license statement even after minimisation.