We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c654c0 + 8ef824a commit eed2b43Copy full SHA for eed2b43
tasks/compiler.js
@@ -29,7 +29,7 @@ Compiler.prototype.calculateDirectories = function() {
29
this.platformDirectory = this.rootDirectory + '/' + this.platform;
30
this.appDirectory = this.rootDirectory + '/testbuild/' + this.environment + '_' + this.platform;
31
this.buildDirectory = this.appDirectory + '/build';
32
-
+
33
switch(this.environment) {
34
case 'test':
35
this.configuration = "Debug";
@@ -105,7 +105,7 @@ Compiler.prototype.buildIos = function() {
105
106
Compiler.prototype.build = function() {
107
this.run('mkdir -p ' + this.buildDirectory);
108
109
if (this.environment !== 'test') {
110
this.buildJavascript();
111
}
0 commit comments