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

Add sw-precache #470

Merged
merged 5 commits into from
Apr 8, 2017
Merged

Add sw-precache #470

merged 5 commits into from
Apr 8, 2017

Conversation

denar90
Copy link
Member

@denar90 denar90 commented Jul 18, 2016

Related to #469

@denar90 denar90 changed the title Add sw-precache (WIP) Add sw-precache Jul 22, 2016
@denar90
Copy link
Member Author

denar90 commented Jul 22, 2016

This PR is ready for review. Before merging it we need to solve #454 (moving on https).
P.S. For reviewer. Please squash my commits 😄

@denar90
Copy link
Member Author

denar90 commented Sep 2, 2016

Closing this until we can find solution for using HTTPS.

@denar90 denar90 closed this Sep 2, 2016
@denar90 denar90 reopened this Feb 27, 2017
@denar90
Copy link
Member Author

denar90 commented Feb 27, 2017

Reopening that due to #469. I'll resolve and retest stuff later...

@paulfalgout
Copy link
Member

For this we'll want to do something to redirect people to https:// right? Like currently either http:// or https:// works.

@denar90
Copy link
Member Author

denar90 commented Feb 28, 2017

@paulfalgout 👍

@denar90
Copy link
Member Author

denar90 commented Mar 19, 2017

I've updated stuff. Also added some improvements.


So right now we have 88% score for Lighthouse
Using prod with https will higher this value up.

image


To reach 100% we have to solve - #495

@denar90
Copy link
Member Author

denar90 commented Mar 27, 2017

Since @thejameskyle added redirect to https, this PR ready for review :)

@samccone
Copy link
Member

💥 +1

@denar90 denar90 requested a review from peterblazejewicz April 7, 2017 19:58
@@ -1,4 +1,4 @@
input.hidden-visually(type="checkbox", id="toggle-search")
input.hidden-visually(type="checkbox", id="toggle-search", hidden)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really intended? The hidden attr will prevent that element from rendering - not only from showing to user. The element is indented to be rendered by browser, only by added .hidden-visually is intended to be not shown on the screen (but it still rendered for screen reader or content scanner)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@peterblazejewicz yeap you are right 👍 I have to recheck if this stuff https://github.com/marionettejs/marionettejs.com/blob/master/src/js/search.js#L6 will work though.

@peterblazejewicz peterblazejewicz merged commit 0824990 into marionettejs:master Apr 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants