class CabezaDeTermo::AssetsPublisher::SourceLocation

Public Instance Methods

real_path_of(uri) click to toggle source

Answer the path of the asset uri

# File lib/cabeza-de-termo/assets-publisher/locations/source-location.rb, line 8
def real_path_of(uri)
        (AssetsFinder.asset_source_path_of uri).expand_path
end