Replies: 2 comments 1 reply
-
That's a good idea. When I'm done with improving and fixing the parsing of JSON, I will look into that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think I have it working. Can you try it out? Also, do you have a suggestion for what the popup should say? The current text ( https://github.com/BlueBoxWare/LibGDXPlugin/releases/download/1.23-pre/LibGDX.Plugin-1.23-pre.zip |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A few pitfalls when trying to target the HTML platform is that editing the GWT XML file in the
html
module will not be detected as a modification affecting the cache: one has to manually delete both thebuild
andwar
folders to trigger the proper compilation of the change.Apparently, a simple
gradlew clean
does not end up cleaning thewar
folder, so that's yet another pitfall.What if there was a warning coming from this plugin whenever the GWT XML file is modified?
Beta Was this translation helpful? Give feedback.
All reactions