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|