Skip to content

Commit

Permalink
Make clean task remove generated files from www/public
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jul 30, 2014
1 parent 8fbaee7 commit 295581f
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 @@ -6,7 +6,7 @@ VERS = lambda do
require File.expand_path("../lib/roda.rb", __FILE__)
Roda::RodaVersion
end
CLEAN.include ["#{NAME}-*.gem", "rdoc", "coverage"]
CLEAN.include ["#{NAME}-*.gem", "rdoc", "coverage", "www/public/*.html", "www/public/rdoc"]

# Gem Packaging and Release

Expand Down

0 comments on commit 295581f

Please sign in to comment.