Skip to content

Commit

Permalink
Add #2102 to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Apr 13, 2015
1 parent cec5b9f commit 81fe545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 81fe545

Please sign in to comment.