@ -23,7 +23,9 @@ module.exports = function(callback) {
// check for right-to-left language
if(config.rtl === true || config.rtl === 'Yes') {
gulp.start('build-rtl');
return;
if(config.rtl !== 'both') {
}
gulp.start('build-javascript');
@ -440,6 +440,10 @@ module.exports = {
name: 'Yes',
value: true
},
{
name: 'Build Both',
value: 'both'
]
@ -59,7 +59,9 @@ module.exports = function(callback) {
gulp.start('watch-rtl');
if(config.rtl != 'both') {
//console.clear();