Add "all" task

pull/123/head
Kitaiti Makoto 3 년 전
부모 7f5bf7d277
커밋 76adfc397e

@ -21,6 +21,13 @@ class Pathname
alias to_str to_s
end
desc "Run all tasks"
task :all => ["crowdin:upload", :wait_trans_updated, :deploy, :deploy_trans]
task :wait_trans_updated do
sleep 30
end
desc "Build site"
task :build_site => [:build_base, "crowdin:download"] do
LOCALE_DIR.glob("**/*.html").each do |html|

불러오는 중...
취소
저장