I tried the following, however I look at the CSS source and it does not minify! I restarted the server several dozen times. I turned off cache in the browser. I also tried the 'yui-compressor' gem.
config/environments/development.rb
config.assets.debug = false
config.assets.css_compressor = :sass
config.assets.compile = true
Gemfile
group :assets do
# Add any compass extensions here
# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.0'
Reference
http://edgeguides.rubyonrails.org/asset_pipeline.html#customizing-the-pipeline
Version
WEBrick 1.3.1, ruby 2.0.0 (2013-06-27) [i386-mingw32], Rails 4.0.3
config.assets.css_compressor = :sass
inproduction.rb
. I deploy withgit push heroku
. – Nitpicking