From b390220f2e3bc235e6e07b26745d1e7ca6452c4d Mon Sep 17 00:00:00 2001 From: Kevin Leung Date: Thu, 30 Apr 2015 18:25:00 +0800 Subject: [PATCH 1/2] Use default uf-content directory --- src/Tasks.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tasks.hx b/src/Tasks.hx index b2edd58..cda490f 100644 --- a/src/Tasks.hx +++ b/src/Tasks.hx @@ -24,7 +24,7 @@ class Tasks extends UFTaskSet var tasks = new Tasks(); // Inject our content directory in case we need to write to it. - tasks.inject( String, "uf-content/", "contentDirectory" ); + tasks.inject( String, "../uf-content/", "contentDirectory" ); // Inject our mailer, which sends SMTP and saves a copy of emails to the DB also. var smtpMailer = null; //new SMTPMailer( Config.smtp ); From 3cedaf1567ab14d99f1d4e03f055f30eef9a6e02 Mon Sep 17 00:00:00 2001 From: Kevin Leung Date: Thu, 30 Apr 2015 18:27:55 +0800 Subject: [PATCH 2/2] Rename www/uf-content/.gitignore to uf-content/.gitignore --- {www/uf-content => uf-content}/.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {www/uf-content => uf-content}/.gitignore (100%) diff --git a/www/uf-content/.gitignore b/uf-content/.gitignore similarity index 100% rename from www/uf-content/.gitignore rename to uf-content/.gitignore