class TinyMCE::Rails::AssetInstaller::CopyNoPreserve

Public Instance Methods

copy_assets() click to toggle source
# File lib/tinymce/rails/asset_installer/copy_no_preserve.rb, line 7
def copy_assets
  logger.info "Copying assets (without preserving modes) to #{File.join(target, "tinymce")}"
  FileUtils.cp_r(assets, target)
end