Browse Source

If semantic.json was not found, exit with an error code.

pull/3515/head
田杰 9 years ago
parent
commit
79e615a0bb
1 changed files with 1 additions and 1 deletions
  1. 2
      tasks/build.js

2
tasks/build.js

@ -29,7 +29,7 @@ module.exports = function(callback) {
if( !install.isSetup() ) {
console.error('Cannot find semantic.json. Run "gulp install" to set-up Semantic');
return;
return 1;
}
// check for right-to-left (RTL) language

Loading…
Cancel
Save