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 <li...@ruby-forum.com>

> 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 bundle exec rake assets:precompile  to
> precompile
>
> Now, even though the layout of the app is correct based on the current
> layout.css.scss file in assets/stylesheets, any modifications I make to
> this file are not having any effect.  This is on my local server
> (http://0.0.0.0:3000/) - not Heroku.
>
> I tried recompiling the assets after making changes but this did not
> help, and I think I only need to precompile for production.  I am still
> learning about the asset pipeline
>
> - any ideas why editing the stylesheet doesn't do anything.  I know its
> probably something pretty stupid I'm missing...
>
> Thanks
>
> Dave Castellano
>
> --
> Posted via http://www.ruby-forum.com/.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To unsubscribe from this group, send email to
> rubyonrails-talk+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to