Преглед изворни кода

add `rake clean` task

tags/0.2
Jan Lehnardt пре 16 година
родитељ
комит
8d7238f9fc
1 измењених фајлова са 3 додато и 0 уклоњено
  1. +3
    -0
      Rakefile

+ 3
- 0
Rakefile Прегледај датотеку

@@ -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…
Откажи
Сачувај