diff --git a/lib/tasks/themes.rake b/lib/tasks/themes.rake index 8a8cde8f68..ea44f792ce 100644 --- a/lib/tasks/themes.rake +++ b/lib/tasks/themes.rake @@ -51,6 +51,9 @@ task "themes:install" => :environment do |task, args| end end +task "themes:update" => :environment do +end + desc "List all the installed themes on the site" task "themes:audit" => :environment do components = Set.new