-
Notifications
You must be signed in to change notification settings - Fork 828
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Deps and config * Prettier output * Update hardcoded file sizes * More file size updates
- Loading branch information
1 parent
70bfa09
commit 63ea2ca
Showing
328 changed files
with
11,480 additions
and
7,821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Welcome! Please use this template for reporting bugs or requesting features. For questions about using Workbox, the best place to ask is Stack Overflow, tagged with `[workbox]`: https://stackoverflow.com/questions/ask?tags=workbox | ||
|
||
**Library Affected**: | ||
*workbox-sw, workbox-build, etc.* | ||
_workbox-sw, workbox-build, etc._ | ||
|
||
**Browser & Platform**: | ||
*E.g. Google Chrome v51.0.1 for Android, or "all browsers".* | ||
_E.g. Google Chrome v51.0.1 for Android, or "all browsers"._ | ||
|
||
**Issue or Feature Request Description**: | ||
*Your request here.* | ||
_Your request here._ | ||
|
||
*When reporting bugs, please include relevant JavaScript Console logs and links to public URLs at which the issue could be reproduced.* | ||
_When reporting bugs, please include relevant JavaScript Console logs and links to public URLs at which the issue could be reproduced._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
**Prior to filing a PR, please:** | ||
|
||
- [open an issue](https://github.com/GoogleChrome/workbox/issues/new) to discuss your proposed change. | ||
- ensure that `gulp build && gulp lint test` passes locally. | ||
|
||
R: @jeffposnick @tropicadri | ||
|
||
Fixes #*issue number* | ||
Fixes #_issue number_ | ||
|
||
*Description of what's changed/fixed.* | ||
_Description of what's changed/fixed._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npm run format-staged |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npm run lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.nyc_output | ||
.vscode | ||
*.hbs | ||
*.log | ||
build | ||
coverage | ||
docs | ||
generated-release-files | ||
node_modules | ||
packages/** | ||
!packages/*/src/** | ||
temp | ||
test/workbox-webpack-plugin/static/injected-manifest.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "workbox-background-sync", | ||
"version": "1.0.0", | ||
"description": "Workbox Background Sync Demo Git Listener", | ||
"scripts": { | ||
"start": "node updateServer.js" | ||
}, | ||
"dependencies": { | ||
"express": "^4.17.1" | ||
}, | ||
"engines": { | ||
"node": "8.x" | ||
}, | ||
"license": "MIT" | ||
} | ||
"name": "workbox-background-sync", | ||
"version": "1.0.0", | ||
"description": "Workbox Background Sync Demo Git Listener", | ||
"scripts": { | ||
"start": "node updateServer.js" | ||
}, | ||
"dependencies": { | ||
"express": "^4.17.1" | ||
}, | ||
"engines": { | ||
"node": "8.x" | ||
}, | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.