We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="styles/reset.css"> <link rel="stylesheet" href="styles/app.css"> <link rel="stylesheet" href="fonts/font.css"> </head> <body> <div id="app-root"></div> <script src="javascripts/vendor.js"></script> <script src="javascripts/app.js"></script> </body> </html>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="styles/reset.css"> <link rel="stylesheet" href="styles/app.css"> <link rel="stylesheet" href="fonts/font.css"> </head> <body> <div id="app-root"></div> <script src="javascripts/vendor.js"></script> <script src="javascripts/app.js"></script> </body> <script src="/sw-precache.js"></script> <script>if ('serviceWorker' in navigator) navigator.serviceWorker.register('/sw-precache.js')</script> </html>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="styles/reset.css"> <link rel="stylesheet" href="styles/app.css"> <link rel="stylesheet" href="fonts/font.css"> </head> <body> <div id="app-root"></div> <script src="javascripts/vendor.js"></script> <script src="javascripts/app.js"></script> <script src="/sw-precache.js"></script> <script>if ('serviceWorker' in navigator) navigator.serviceWorker.register('/sw-precache.js')</script> </body> </html>
sw-precache-brunch/index.js
Line 35 in a415f2f
I suggest changing the selector to the body tag instead of the html tag.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Before compilation
After compilation
Expected result
sw-precache-brunch/index.js
Line 35 in a415f2f
I suggest changing the selector to the body tag instead of the html tag.
The text was updated successfully, but these errors were encountered: