Browse Source

Remove RTL debug

pull/1645/merge
jlukic 9 years ago
parent
commit
41b0c8b093
1 changed files with 1 additions and 1 deletions
  1. 2
      gulpfile.js

2
gulpfile.js

@ -864,7 +864,7 @@ gulp.task('install', 'Set-up project for first time', function () {
}; };
} }
if(answers.rtl) { if(answers.rtl) {
json.rtl = true;
json.rtl = answers.rtl;
} }
if(answers.site) { if(answers.site) {
json.paths.source.site = answers.site + '/'; json.paths.source.site = answers.site + '/';

Loading…
Cancel
Save