diff --git a/tasks/watch.js b/tasks/watch.js index 431082c02..5bf90b661 100644 --- a/tasks/watch.js +++ b/tasks/watch.js @@ -59,7 +59,7 @@ module.exports = function(callback) { // check for right-to-left language if(config.rtl === true || config.rtl === 'Yes') { gulp.start('watch-rtl'); - if(config.rtl != 'both') { + if(config.rtl !== 'both') { return; } }