Browse Source

add `rake clean` task

tags/0.2
Jan Lehnardt 16 years ago
parent
commit
8d7238f9fc
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Rakefile

+ 3
- 0
Rakefile View File

@@ -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

Loading…
Cancel
Save