Skip to content

Commit

Permalink
Added a rake cache:clear task.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Jan 25, 2009
1 parent 1912798 commit add504b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/tasks/file_system_extension_tasks.rake
Expand Up @@ -45,3 +45,10 @@ namespace :file_system do
end
end
end

namespace :cache do
desc "Clear all files and directories in ./cache"
task :clear do
`rm -Rf cache/*`
end
end

0 comments on commit add504b

Please sign in to comment.