-
Notifications
You must be signed in to change notification settings - Fork 3
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
Print: save one request #22
base: master
Are you sure you want to change the base?
Conversation
Will it help? I think that browser wouldn't request print stylesheet unless
it's needed.
When it's in one file it does add some additional bytes that are not
needed.
…On Sat, 1 Jul 2017 9:14 pm Filip Chalupa, ***@***.***> wrote:
------------------------------
You can view, comment on, or merge this pull request online at:
#22
Commit Summary
- Print: save one request
File Changes
- *M* mango.yaml
<https://github.com/manGoweb/mango-cli-example/pull/22/files#diff-0>
(1)
- *R* src/styles/_print.sass
<https://github.com/manGoweb/mango-cli-example/pull/22/files#diff-1>
(0)
- *M* src/styles/index.sass
<https://github.com/manGoweb/mango-cli-example/pull/22/files#diff-2>
(3)
- *M* src/templates/layouts/default.jade
<https://github.com/manGoweb/mango-cli-example/pull/22/files#diff-3>
(3)
Patch Links:
- https://github.com/manGoweb/mango-cli-example/pull/22.patch
- https://github.com/manGoweb/mango-cli-example/pull/22.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AEFagupiJLoPdqQwvHNm1_PLmw-odHkzks5sJpqZgaJpZM4OLZPT>
.
|
Of course it will help. Check any project based on I tried https://moje.rekola.cz and was no way near to printing it. |
I fact the |
I would delay the load of a print style instead.
This is only a default style for print which needs to be extended based on a project you're working on. So it will grow in size. |
It "never" does grow in size. Usually in small projects everybody forgets about BTW delaying print style load means adding more bytes to |
If I may I would suggest getting rid of the default print styles completely. I don't see any reason why images should be skipped while printing. I can accept hiding navigation or adding urls next to |
No description provided.