Re: [Rails] css.scss file changes don't do anything now

2012-01-24 Thread Benjamin Iandavid Rodriguez
It seems that "RAILS_ENV=production bundle exec rake assets:precompile" compiles the assets production and since you are in development.. try to run bundle exec rake assets:precompile without the environment to see if it works. 2012/1/24 Dave Castellano > Using Rails 3.2 > > Finally got my app t

[Rails] css.scss file changes don't do anything now

2012-01-24 Thread Dave Castellano
Using Rails 3.2 Finally got my app to run on Heroku --cedar I am using Blueprint so had to add config.assets.precompile += %w( blueprint/screen.css blueprint/print.css blueprint/ie.css) to environments/production to get a complete asset precompile of vendor assets. Used RAILS_ENV=production bundl