I´m trying to Build and Deploy my proyect and all was going well but now (after add some animations and event listeners) my proyect freezes after the Buiild and Deploy. When I hit Play all works.
One thing that I noted is that in the proyect/dist/assets/ folder, there are some .gz files that wasn´t there before :
That’s an optimization, builds are gzip compressed. You can disable it in the Build Settings Window for example if your server does not support it (but it’s recommended to use for faster load times)