Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivogabe committed May 6, 2016
1 parent 9859e47 commit 544f71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ var Output = (function () {
if (file.skipPush)
return;
var root;
if (this.project.typescript.convertCompilerOptionsFromJson !== undefined) {
if (this.project.typescript.convertCompilerOptionsFromJson !== undefined && this.project.options.out === undefined) {
root = '';
}
else if (this.project.singleOutput) {
Expand Down

0 comments on commit 544f71e

Please sign in to comment.