Skip to content

Commit

Permalink
[TIMOB-26403] Update node-titanium-sdk, pass logger to analyzeJs (#10364
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ewanharris authored and sgtcoolguy committed Oct 3, 2018
1 parent c462a43 commit d61a4b9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
3 changes: 2 additions & 1 deletion android/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2755,7 +2755,8 @@ AndroidBuilder.prototype.copyResources = function copyResources(next) {
targets: {
chrome: this.chromeVersion
},
resourcesDir: this.buildBinAssetsResourcesDir
resourcesDir: this.buildBinAssetsResourcesDir,
logger: this.logger
});
const newContents = modified.contents;

Expand Down
3 changes: 2 additions & 1 deletion iphone/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5893,7 +5893,8 @@ iOSBuilder.prototype.copyResources = function copyResources(next) {
minify: this.minifyJS,
transpile: this.transpile,
sourceMap: this.sourceMaps || this.deployType === 'development',
resourcesDir: this.xcodeAppDir
resourcesDir: this.xcodeAppDir,
logger: this.logger
};
// generate our transpile target based on tijscore/jscore
if (this.useJSCore) {
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"markdown": "0.5.0",
"moment": "^2.22.2",
"node-appc": "^0.2.47",
"node-titanium-sdk": "^0.6.3",
"node-titanium-sdk": "^0.6.4",
"node-uuid": "1.4.8",
"pngjs": "^3.3.3",
"request": "^2.87.0",
Expand Down

0 comments on commit d61a4b9

Please sign in to comment.