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