Skip to content

Commit

Permalink
Create the temp directory if it doesn't exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Jun 13, 2009
1 parent a7eff2c commit 068f3bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -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
Expand Down

0 comments on commit 068f3bb

Please sign in to comment.