what/where is config.assets.prefix?
Created by: dekimsey
There is a comment in config/environments/production.rb#L23 that mentions:
# Defaults to nil and saved in location specified by config.assets.prefix
# config.assets.manifest = YOUR_PATH
But I cannot find any other references to this config.assets.prefix
. What is it? What would modifying it affect?