sstephenson / sprockets

Rack-based asset packaging system
2.55k stars 24 forks source link

Flag for turning off gziping of files #694

Closed Jayiitb closed 9 years ago

Jayiitb commented 9 years ago

I have setup my own compiling process with rjs and sourcemapping of js files. Now I require, to turn off gzipping by default and only do gzipping once.

josh commented 9 years ago

good news, its off by default in 3.x. Definitely checkout the betas.

Jayiitb commented 9 years ago

@josh Thanks. How Can I use higher versions of sprockets? My sprockets is locked to 2.11.0 due to other dependencies like gem "sass-rails", "~> 4.0.1", have dependency of sprockets (~> 2.8, <= 2.11.0), and gem 'haml_coffee_assets' has dependency of sprockets (~> 2.0).