Closed topherez closed 12 years ago
BTW, minification works, and the paths are being returned correctly, e.g. http://localhost:9000/public/gs/e20d84d6-0990-3212-974c-47a03578e1d3.js
I think there is misunderstanding to the terms used here. Compression/minimizing are all used to indicate that the js/css files been processed literally so that they are:
However these processing are only effect on "prod" mode. Even at "prod" mode, 'gs' folder might be empty if you choose to compress in memory.
There is nothing about gzip setting. If you need gzip, please go to http://www.playmodules.net/module/7
On Wed, Aug 8, 2012 at 2:48 AM, topherez notifications@github.com wrote:
BTW, minification works, and the paths are being returned correctly, e.g. http://localhost:9000/public/gs/e20d84d6-0990-3212-974c-47a03578e1d3.js
— Reply to this email directly or view it on GitHubhttps://github.com/greenlaw110/greenscript/issues/59#issuecomment-7559383.
I realized that after I posted this. Compression ≠ gZip. Thanks for clarifying.
I've tried all the sample applications (as well as my own) and have found that the files are not being compressed. I also noticed that the file is not being written to the 'gs' directory. So, I have two questions: