This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Webdev Support #110
Labels
Comments
@jonas-jonas I am interested to work on it. If you are not started yet. |
No, feel free to start work on it.
Lakshminarayana Nekkanti <notifications@github.com> schrieb am Mi., 31.
Juli 2019, 07:40:
… @jonas-jonas <https://github.com/jonas-jonas> I am interested to work on
it. If you are not started yet.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#110>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABKITHZC3GU67STAC5AOUFTQCEQUBANCNFSM4IHCA5JA>
.
|
Also note, that webdev should be invoked using the |
I think these are the sub-tasks.
|
Yes, looks good to me. Please use https://github.com/eclipse/dartboard/blob/master/org.eclipse.dartboard/src/org/eclipse/dartboard/util/PubUtil.java when instantiating a new ProcessBuilder so you have the PUB_ENVIRONMENT variable set. |
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dart projects that are supposed to be run in the browser, need to be launched using the
webdev
CLI tool.This needs to be supported in the launch configurations.
For this we should somehow detect if the project depends on
build_web_compilers
. This can either donepubspec.yaml
file orpub deps -s compact
(also relevant for Flutter Support #109)I'm not sure yet, what would be the better option.
If the detection detects such a project, there should be another Run as entry titled Run as webdev application, which launches the
webdev
cli in the current project. Also; there are two commands relevant herewebdev serve
andwebdev build
. Both should be supported.The text was updated successfully, but these errors were encountered: