-
Notifications
You must be signed in to change notification settings - Fork 816
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
[Fix] (Workbox wizard) Manually enter the path of the web app root and unselectable separator #2766
[Fix] (Workbox wizard) Manually enter the path of the web app root and unselectable separator #2766
Conversation
Make separator unselectable as an answer to root of web application question when multiple child directories are present. Fix the manual input to root of the web application question - when manual input option is chosen a new question / input will be provided to the user to specify the root of the web app. ✅ Closes: GoogleChrome#2764
Extend upon the existing workbox-cli ask root of web app question with additional unit tests. ✅ Closes: GoogleChrome#2764
Thank you for this! I haven't had time to test the changes locally this week, but I wanted to let you know that it hasn't slipped my mind. |
No worries. Thank you for getting back to me. I'm closely following the Thanks and best regards! 🙂 |
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.
Thank you! There are just some naming issues to resolve.
workbox-cli package, rename `root of the web application` question variable names to use camelcase naming pattern instead of snake case format. ✅ Closes: GoogleChrome#2766
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.
Thanks again! We'll cut a new release that includes these fixes within a week or so.
Fixes #2764
R: @jeffposnick @philipwalton
Changes
Manually enter path
option is chosen,Checklist
After the changes I ensured that:
npm run gulp lint
from the root directory,npm run gulp test_node
from the root directory,npm run gulp build
from the root directory,npm
project and installing theworkbox
(local) package, by runningnpm i ~/path/to/local/project/workbox/packages/workbox-cli
,./node_modules/.bin/workbox wizard
,workbox-config.js
file content after completing the wizard.Done