Can’t get CCS working on heroku using Rails 4
Setting production config
vim config/environments/production.rb
find
config.assets.compile = false
change to
config.assets.compile = true
Can’t get CCS working on heroku using Rails 4
vim config/environments/production.rb
config.assets.compile = false
config.assets.compile = true