My JavaScript game is too big for free web-hosting
My JavaScript game is too big for 'freehostingeu.com'.
There seems to be a limit of 2 megabytes.
I use 'freehostingeu.com' as a sort of backup website.
My game is about 4 megabytes. I am manually 'minimising' it at the moment with shell and Perl scripts in addition to 'UglifyJS'. But I will not be able to get it to be under 2 megabtyes.
I did split the JavaScript in my game into two for the 'InfinityFree' hosting site a year or two ago. This site has a lower limit of 1 megabtyes.
I should have developed my game as lots of separate JavaScript and CSS files. But having one 'monolithic' file made things a lot easier to start with
There are more tips at: bbingo.xyz/techtips/
Comments
Post a Comment