# File lib/juicer/asset/path.rb, line 139 def relative_path(options = {}) @relative_path ||= Pathname.new(filename).relative_path_from(Pathname.new(base)).to_s path_with_cache_buster(@relative_path, options) end