Having faced the same issue time and time again, I am reaching out for help. I have exhausted all possible solutions, but my heroku app at still lacks proper CSS styling. Here is a snippet from my gemfile:
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.0.0'
group :production do
gem 'pg'
end
group :development, :test do
gem 'sqlite3'
end
# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'
...
Despite a successful deployment, the absence of proper CSS styling is evident. Any assistance on this matter would be greatly appreciated!
Alex
EDIT: Below is the output after executing git push heroku master
$ git push heroku master
Counting objects: 9, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
...