Browse Source

Fix debug comment #1552

pull/1615/head
jlukic 10 years ago
parent
commit
b6732c07fa
1 changed files with 1 additions and 1 deletions
  1. 2
      gulpfile.js

2
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');

Loading…
Cancel
Save