Skip to content

Commit

Permalink
Adding app_helpers:git:plugins:remove to app_helpers:remove task
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Jan 27, 2009
1 parent ff8ad62 commit b86474a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/app_helpers.rake
Expand Up @@ -15,7 +15,7 @@ end
namespace :app_helpers do

desc 'Removes files created by rake app_helpers'
task :remove => [ 'app_helpers:db:remove', 'app_helpers:git:remove', 'app_helpers:views:remove', 'app_helpers:widgets:remove' ]
task :remove => [ 'app_helpers:db:remove', 'app_helpers:git:remove', 'app_helpers:git:plugins:remove', 'app_helpers:views:remove', 'app_helpers:widgets:remove' ]

def app_helper_resource(type, to, reverse=false, overwrite=true)
from = "#{File.dirname(__FILE__)}/../resources/#{type}"
Expand Down

0 comments on commit b86474a

Please sign in to comment.