Luca Romagnoli
Luca Romagnoli

Reputation: 12475

Jammit disable Java compression in production mode

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

Upvotes: 1

Views: 541

Answers (1)

Kalyan Maddu
Kalyan Maddu

Reputation: 4173

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

Upvotes: 2

Related Questions