diff --git a/gulpfile.js b/gulpfile.js index 29e1e89c9..6d277e0a2 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -601,7 +601,7 @@ gulp.task('build rtl', 'Builds all files from source', function(callback) { uncompressedStream ; - console.info('Building Semantic'); + console.info('Building Semantic RTL'); if(!fs.existsSync(config.files.theme)) { console.error('Cant build LESS. Run "gulp install" to create a theme config file');