-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Document how to use Devtools without an IDE #24271
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
Conversation
In order to avoid confusion for people who aren't using an IDE. The following NOTE paragraph alone makes it seem like the build plugins should just work in the same way as devtools via an IDE
@CubeOfCheese Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@CubeOfCheese Thank you for signing the Contributor License Agreement! |
I am not sure I understand what you mean. The purpose of the note is to warn you that the classpath should be updated for devtools to show the change. A build system is not going to update the classpath for you unless instructed to do so. That being said, thank you for the PR, I think the additional note is a good idea and provide additional context for those who aren't using an IDE. |
As part of this change, I'd like we explore the opportunity to reference the trick Andy shared previously with Gradle, see #5136 (comment) |
When I said following Note, I was referring to this paragraph:
This paragraph implied to me that using a build plugin with devtools should work just as it does with an IDE (recompiling on save) as long as forking is enabled. Maybe that was just my own poor interpretation. |
Thanks for the follow-up. I had missed that and I agree this particular note is confusing. I'll review it as part of polishing your contribution. |
Update the documentation to help avoid confusion for people who aren't using an IDE. See gh-24271
Thanks very much for the PR @CubeOfCheese |
Updates docs in order to avoid confusion for people who aren't using an IDE. The following NOTE paragraph alone made it seem like the build plugins should just work in the same way as devtools via an IDE.
This somewhat helps address the problem brought up in issue #5136
I discovered that this step was necessary only after hours of searching and testing when I noticed it here: #3315 (comment)