Rakefile: alias :generate to :build

This commit is contained in:
Parker Moore 2015-12-15 00:01:56 -08:00
parent fe5984ee15
commit f92d6639e6
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ namespace :site do
"destination" => File.expand_path("site/_site")
})
end
task :build => :generate
desc "Update normalize.css library to the latest version and minify"
task :update_normalize_css do