# File lib/sprockets/secretary.rb, line 53 def install_assets if @options[:asset_root] preprocessor.asset_paths.each do |asset_path| copy_assets_from(asset_path.absolute_location) end end end