Skip to content

Commit

Permalink
Merge pull request #185 from pec1985/tistud-5616
Browse files Browse the repository at this point in the history
[TISTUD-5616] Fix build issue with BB CLI
  • Loading branch information
cb1kenobi committed Oct 29, 2013
2 parents d84b33a + 7226ff9 commit 817a8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_templates/blackberry/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function build(logger, config, cli, finished) {
// Make sure we have an app.js. This used to be validated in validate(), but since plugins like
// Alloy generate an app.js, it may not have existed during validate(), but should exist now
// that build.pre.compile was fired.
ti.validateAppJsExists(this.projectDir, this.logger);
ti.validateAppJsExists(this.projectDir, this.logger, 'blackberry');


var bbndk = new BlackBerryNDK(this);
Expand Down

0 comments on commit 817a8c8

Please sign in to comment.