]> source.dussan.org Git - redmine.git/commitdiff
Removes @redmine:plugins:assets@ task which is no longer needed after asset pipeline...
authorMarius Balteanu <marius.balteanu@zitec.com>
Thu, 25 Jan 2024 05:45:31 +0000 (05:45 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Thu, 25 Jan 2024 05:45:31 +0000 (05:45 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22630 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/tasks/redmine.rake

index c2e81053a49d904beed479d67177e24413666ea3..b9b6b930cbd2ebdf8d7be8552791fdf26073b0d1 100644 (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[