mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-17 22:48:14 +00: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:
parent
308e1c522f
commit
63b89a254c
@ -156,17 +156,6 @@ DESC
|
|||||||
Rake::Task["db:schema:dump"].invoke
|
Rake::Task["db:schema:dump"].invoke
|
||||||
end
|
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.'
|
desc 'Runs the plugins tests.'
|
||||||
task :test do
|
task :test do
|
||||||
test_files = FileList[
|
test_files = FileList[
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user