Task "rake sanity" now does a clean build, and sanity_only is not clean

dev
Andy Meneely 2015-07-11 11:04:13 -04:00
parent 37a7210751
commit ad15e0f933
1 changed files with 2 additions and 2 deletions

View File

@ -44,12 +44,12 @@ task benchmark: [:install] do
end end
end end
task :sanity do task :sanity_only do
require_relative 'spec/samples/sanity.rb' require_relative 'spec/samples/sanity.rb'
Sanity.new.run Sanity.new.run
end end
task sanity_clean: [:install, :spec, :sanity] task sanity: [:install, :spec, :sanity_only]
task :apply_google_analytics do task :apply_google_analytics do
# The string to replace in the html document. This is chosen to be the end # The string to replace in the html document. This is chosen to be the end