Our webapp works fine if there are no *.js.gz files in isomorphic/system/modules directory.
When I put the *.gz files there, the webserver serves the zipped files, but the browser (both IE7 and Firefox) don't seem to be able to understand. (I think the browsers decompress the files but get errors when using them).
Any suggestions are appreciated (using unzipped files is a big performance problem)
When I put the *.gz files there, the webserver serves the zipped files, but the browser (both IE7 and Firefox) don't seem to be able to understand. (I think the browsers decompress the files but get errors when using them).
Any suggestions are appreciated (using unzipped files is a big performance problem)
Comment