From 068f3bba5661e13c75be17d27d9a58efebe99e28 Mon Sep 17 00:00:00 2001 From: Andrew Dupont Date: Wed, 10 Jun 2009 00:20:39 -0500 Subject: [PATCH] Create the temp directory if it doesn't exist. --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 579325db2..431242fa2 100755 --- a/Rakefile +++ b/Rakefile @@ -69,6 +69,7 @@ namespace :doc do ) # Might as well re-use the unit tests' temp directory. + mkdir_p PROTOTYPE_TMP_DIR temp_path = File.join(PROTOTYPE_TMP_DIR, "prototype.temp.js") secretary.concatenation.save_to(temp_path) rm_rf PROTOTYPE_DOC_DIR