mirror of
https://github.com/redmine/redmine.git
synced 2026-01-19 05:53:02 +01:00
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:
@@ -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[
|
||||
|
||||
Reference in New Issue
Block a user