Removes @redmine:plugins:assets@ task which is no longer needed after asset pipeline implementation (#39111).

git-svn-id: https://svn.redmine.org/redmine/trunk@22630 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu
2024-01-25 05:45:31 +00:00
parent 308e1c522f
commit 63b89a254c

View File

@@ -156,17 +156,6 @@ DESC
Rake::Task["db:schema:dump"].invoke
end
desc 'Copies plugins assets into the public directory.'
task :assets => :environment do
name = ENV['NAME']
begin
Redmine::PluginLoader.mirror_assets(name)
rescue Redmine::PluginNotFound
abort "Plugin #{name} was not found."
end
end
desc 'Runs the plugins tests.'
task :test do
test_files = FileList[