Topic: HEROKU ROR server - problem with css files
Hi,
I've created simple ROR app and commit it to HEROKU server. When I
change
config.assets.enabled = true
and put 'false' then it works but doesn't use my .css styesheets.
In case config.assets.enabled = true it doesn't work...
How can I fix it?