Skip to content

Commit

Permalink
Added test/unit/tmp to rake clobber list
Browse files Browse the repository at this point in the history
  • Loading branch information
rfletcher committed Mar 17, 2009
1 parent 608a0dc commit 2289af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ task :dist do
sprocketize('src', 'tagbox.js')
end

CLOBBER.include( TAGBOX_DIST_DIR )
CLOBBER.include( TAGBOX_DIST_DIR, TAGBOX_TMP_DIR )

Rake::PackageTask.new('tagbox', TAGBOX_VERSION) do |package|
package.need_tar_gz = true
Expand Down

0 comments on commit 2289af9

Please sign in to comment.