Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign updocs: update developer guide for use with yarn #29044
Conversation
Splaktar
requested a review
from
IgorMinar
as a
code owner
Feb 28, 2019
googlebot
added
the
cla: yes
label
Feb 28, 2019
gkalpak
approved these changes
Mar 1, 2019
|
Other possible improvements/fixes you might want to make:
|
docs/DEVELOPER.md Outdated
ngbot
bot
added this to the needsTriage milestone
Mar 1, 2019
Splaktar
force-pushed the
DevIntent:docs-developer-guide-yarn-updates
branch
from
4f8e1ef
to
5b81185
Mar 1, 2019
This comment has been minimized.
This comment has been minimized.
|
@gkalpak thank you for the helpful review! Updates pushed. |
gkalpak
reviewed
Mar 2, 2019
docs/DEVELOPER.md Outdated
.vscode/extensions.json Outdated
Splaktar
referenced this pull request
Mar 7, 2019
Open
docs: update developer guide for testing and IntelliJ #29048
This comment has been minimized.
This comment has been minimized.
|
@gkalpak in https://github.com/angular/angular/pull/29048/files#r262150563, @brandonroberts suggested that we recommend https://marketplace.visualstudio.com/items?itemName=BazelBuild.vscode-bazel instead. Thoughts? |
Splaktar
force-pushed the
DevIntent:docs-developer-guide-yarn-updates
branch
from
5b81185
to
e184a07
Mar 7, 2019
This comment has been minimized.
This comment has been minimized.
|
I haven't tried I don't feel strongly about either. Up to you (BTW, if we decide to use it, we should add the necessary settings in |
This comment has been minimized.
This comment has been minimized.
|
OK, I don't feel strongly about it either and I am not a VSCode user. So I will leave that to a separate PR. Thank you for your feedback! |
Splaktar commentedFeb 28, 2019
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
The Developer Guide provides commands that require
gulpto be globally installed.There is also a confusing section around using
$(yarn bin)which doesn't work as described (missing/on macOS), it actually should have shown an example like$(yarn bin)/gulp lint. It's better to use another approach that doesn't have a possibly platform-specific file separator character.Issue Number: N/A
What is the new behavior?
npm$(yarn bin)with missing/protractorcommands which don't existyarncommands which don't requiregulpinstalled globallyDoes this PR introduce a breaking change?
Other information