aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2012-07-23 11:19:33 -0500
committerJoshua Peek <josh@joshpeek.com>2012-07-23 11:19:33 -0500
commit817e3cb946bb8f69af94e5117e98c4a4c18f96c0 (patch)
treed540606ad6358c86dd12a3fb62f250fe48b2e7d3 /Rakefile
parent95c0985952cddfc3c0e3b0a6a9f8913dac6c9da3 (diff)
Clobber before generating classifier
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 6b44b74..f981ce9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,7 +16,7 @@ end
CLOBBER.include 'lib/linguist/classifier.yml'
-task :classifier => ['lib/linguist/classifier.yml']
+task :classifier => [:clobber, 'lib/linguist/classifier.yml']
namespace :classifier do
LIMIT = 1_000