From fee42c1bce8403197b54f51cdc004bd4e3f4ae02 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sun, 20 Dec 2020 15:05:48 +0900 Subject: [PATCH] Download translations before building traslation site --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 6914bfb..8546ab6 100644 --- a/Rakefile +++ b/Rakefile @@ -36,7 +36,7 @@ task :build_base do end desc "Build site for translate.docs.joinplu.me" -task :build_trans do +task :build_trans => "crowdin:download" do sh "middleman", "build", "--build-dir", TRANS_DIR (LOCALE_DIR/PSEUDO_LANG/"trans").glob("**/*.html").each do |html|