walfie / gbf-raidfinder

Granblue Raid Finder (Archived: Granblue no longer has raid tweets)
https://gbf-raidfinder.aikats.us
MIT License
206 stars 106 forks source link

Not applying .scala changes on client? #130

Closed CaiMiao closed 6 years ago

CaiMiao commented 6 years ago

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...

walfie commented 6 years ago

You want to use fullOptJS instead of fastOptJS for production builds.

CaiMiao commented 6 years ago

Thank you for your clarifying. It works as intended.