Skip to content

Commit 063f01a

Browse files
committed
Update release
1 parent 91ad22e commit 063f01a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release/compiler.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,12 @@ var ProjectCompiler = (function () {
107107
}
108108
else if (this.project.options.outFile) {
109109
base = this.project.directory;
110+
baseDeclarations = base;
110111
}
111112
else {
112113
var outFile = this.project.options.out;
113114
base = jsFileName.substring(0, jsFileName.length - outFile.length);
115+
baseDeclarations = base;
114116
}
115117
if (jsContent !== undefined) {
116118
if (jsMapContent !== undefined) {

0 commit comments

Comments
 (0)