문제

I'm using the jammit gem. I want disable the java compression in production mode on server. because i do the compression in my pc.

How can i do?

thanks

도움이 되었습니까?

해결책

In your assets.yml file in config, create this line:

compress_assets: off

More documentation can be found here: http://documentcloud.github.com/jammit/#configuration

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top