From b6732c07fa787aed9f07b8b91ea57afc496091da Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 7 Jan 2015 16:00:09 -0500 Subject: [PATCH] Fix debug comment #1552 --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');