Is it possible to build for debug, watching the files? #13153
Unanswered
wsw70
asked this question in
General - Components / Directives / etc
Replies: 3 comments 5 replies
-
|
I think this is related to #10180 I too came here looking for this solutions. Something similar to how Angular does it with `--watch': If it hasn't been made clear, we're all looking for a way to constantly be developing against production, rather than the dev instance. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Add |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Why would you need this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
quasar devquasar build(orquasar build --debug)I have the following problem: I develop a backend that will serve the Quasar front (either embed it in the binary (Golang), or serving the
spadirectory with the build.When I develop both in parallel, I have the backend exposing the API on
http://localhost:XX, and Quasar onhttp://localhost:8080. It works great. I then deploy and there are some problems I would like to debug, but even with the debug flag it is strange.So what I would like to do is to have Quasar continuously build on disk instead of serving from memory (
quasar dev --writeOnDiskkind of command) so that I can serve that from my backend, as if it was prod.The workaround is to build myself at changes, or use a building pipe (I used to use that some years ago with first builds). But if this is part of Quasar why reinvent the wheel :)
Beta Was this translation helpful? Give feedback.
All reactions