diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-07-23 11:19:33 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-07-23 11:19:33 -0500 |
| commit | 817e3cb946bb8f69af94e5117e98c4a4c18f96c0 (patch) | |
| tree | d540606ad6358c86dd12a3fb62f250fe48b2e7d3 /Rakefile | |
| parent | 95c0985952cddfc3c0e3b0a6a9f8913dac6c9da3 (diff) | |
Clobber before generating classifier
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
