I did a image redirection here, set reverse proxy to ensure image resources can be correctly loaded in mainland China.
But later I found the change is not applying on my client generated by sbt client/fastOptJS.
Are the changes only apply on the full build of the project?
It's worrying because my vps cant't afford high resource consumption (512MB memory)...
I only have a little knowledge on Java or JavaScript things. Since I have dealt with Scala thing, I don't really want to alter the implemention by JavaScript...
I did a image redirection here, set reverse proxy to ensure image resources can be correctly loaded in mainland China.
But later I found the change is not applying on my client generated by
sbt client/fastOptJS
.Are the changes only apply on the full build of the project? It's worrying because my vps cant't afford high resource consumption (512MB memory)... I only have a little knowledge on Java or JavaScript things. Since I have dealt with Scala thing, I don't really want to alter the implemention by JavaScript...