-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
Minify HTML & CSS #1351
Minify HTML & CSS #1351
Conversation
🎊 PR Preview a52770e has been successfully built and deployed to https://privacyguides-privacyguides-org-preview-pr-1351.surge.sh 🕐 Build time: 100.126s 🤖 By surge-preview |
fdb6557
to
d58d0cb
Compare
mkdocs.yml
Outdated
remove_comments: true | ||
minify_css: true | ||
css_files: | ||
- assets/stylesheets/extra.css |
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.
- assets/stylesheets/extra.css | |
- assets/stylesheets/extra.css | |
- overrides/home.css |
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.
Minifying this file breaks the homepage for some reason because of sprymix/csscompressor#9.
d58d0cb
to
47b1c0a
Compare
47b1c0a
to
26acb80
Compare
Signed-off-by: Daniel Gray <[email protected]>
26acb80
to
a539bc8
Compare
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.
Oh, that is the same issue we had with minifying the homepage CSS. I don't think we'll be able to minify CSS in this PR then, only HTML. I'll push a change later. |
Signed-off-by: Daniel Gray <[email protected]>
a539bc8
to
a6973b5
Compare
Signed-off-by: Daniel Gray <[email protected]>
a6973b5
to
a52770e
Compare
Closes #1343