-
Notifications
You must be signed in to change notification settings - Fork 56
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
Is it possible not to stop localserver? #175
Labels
Comments
My usual trick is to edit
with:
|
Small correction :)
|
For some reason source maps are not generated. |
Maybe |
Hmm ok it's a bug: the sourcemap file isn't copied over to the temporary server. You may rise a ticket for that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run
haxelib run munit test test.hxml -js
Local server starts, does tests and stop.
But I want to refresh page to enable breakpoints in tests.
Is it possible not to stop localserver? Or are there any other ways to enable breakpoints for js build?
The text was updated successfully, but these errors were encountered: