class TinyMCE::Rails::AssetInstaller::Copy

def append_to_manifest

def append_to_manifest
  asset_files.each do |file|
    manifest.append(logical_path(file), file)
  end
end