Topic: Heroku stoped showing my css
I have no idea what change or where to check but Heroku stoped showing my css.
i looks great on my local host. Where can i look for this problem?
You are not logged in. Please login or register.
Rails Forum - Ruby on Rails Help and Discussion Forum » Setup and Configuration » Heroku stoped showing my css
I have no idea what change or where to check but Heroku stoped showing my css.
i looks great on my local host. Where can i look for this problem?
Sounds like you haven't got asset_pipeline configured properly on deployment
https://devcenter.heroku.com/articles/r
line-cedar
Thanks i will look at this and hope that it works again
I notice that my images are working fine the the asset_pipeline but not my css
do you know what order the assets get loaded?
You need to make sure the css is getting compiled properly. It's not about the order things are loaded in. Did you get any errors when you compiled them?
i have not seen any errors when i compile. the momand that i am using to compile is
bundle exec rake assets:precompileoutput:
bundle exec rake assets:precompile
/Users/moiseszaragoza/.rvm/rubies/ruby-1.9.3-p194/bin/ruby /Users/moiseszaragoza/.rvm/gems/ruby-1.9.3-p194@global/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets
Did you ever solve this?
i move everything to the public folder but i still want to use the assets pipeline
not solved
Hosting provided by aTech Media