From 41b0c8b093b278f4d4edb9fc4725f378b16f3e8a Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 15 Jan 2015 11:24:16 -0500 Subject: [PATCH] Remove RTL debug --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index ba3f33b45..5658afcba 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -864,7 +864,7 @@ gulp.task('install', 'Set-up project for first time', function () { }; } if(answers.rtl) { - json.rtl = true; + json.rtl = answers.rtl; } if(answers.site) { json.paths.source.site = answers.site + '/';