Skip to content

Commit

Permalink
add rake clean task
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lehnardt committed Oct 20, 2009
1 parent 7e791ed commit 8d7238f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ task :jquery do
print "Done, see ./#{target_jq}\n"
end

task :clean do
`for file in \`cat .gitignore\`; do rm -rf $file; done`
end

0 comments on commit 8d7238f

Please sign in to comment.