Browse Source

Add #2102 to 1.x

pull/2136/head
jlukic 9 years ago
parent
commit
81fe545ecb
1 changed files with 1 additions and 1 deletions
  1. 2
      tasks/build.js

2
tasks/build.js

@ -54,7 +54,7 @@ module.exports = function(callback) {
console.info('Building Semantic');
if( !install.isSetup() ) {
console.error('Cannot build files. Run "gulp install" to set-up Semantic');
console.error('Cannot find semantic.json. Run "gulp install" to set-up Semantic');
return;
}

Loading…
Cancel
Save