diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-01-25 05:45:31 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-01-25 05:45:31 +0000 |
commit | 63b89a254ca54bcb0e48558bfcdc15e8057151fb (patch) | |
tree | 5c39aff30f9dee51daeac54f96a4a6c9e91cffb9 /lib/tasks/redmine.rake | |
parent | 308e1c522fd13c17982e6eade16cb64dbd522c80 (diff) | |
download | redmine-63b89a254ca54bcb0e48558bfcdc15e8057151fb.tar.gz redmine-63b89a254ca54bcb0e48558bfcdc15e8057151fb.zip |
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
Diffstat (limited to 'lib/tasks/redmine.rake')
-rw-r--r-- | lib/tasks/redmine.rake | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/tasks/redmine.rake b/lib/tasks/redmine.rake index c2e81053a..b9b6b930c 100644 --- a/lib/tasks/redmine.rake +++ b/lib/tasks/redmine.rake @@ -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[ |