|
@ -59,7 +59,7 @@ module.exports = function(callback) { |
|
|
// check for right-to-left language
|
|
|
// check for right-to-left language
|
|
|
if(config.rtl === true || config.rtl === 'Yes') { |
|
|
if(config.rtl === true || config.rtl === 'Yes') { |
|
|
gulp.start('watch-rtl'); |
|
|
gulp.start('watch-rtl'); |
|
|
if(config.rtl != 'both') { |
|
|
|
|
|
|
|
|
if(config.rtl !== 'both') { |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|