Browse Source

less hacky, thanks will

tags/0.2.3
Jan Lehnardt 16 years ago
parent
commit
baeab34a25
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Rakefile

+ 1
- 1
Rakefile View File

@@ -47,5 +47,5 @@ task :yui3 do
end end


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

Loading…
Cancel
Save