Skip to content

Commit f9eec38

Browse files
committed
Use the grunt-ts baseDir option to maintain the proper directory structure in the resulting _build directory.
Fixes #11
1 parent c33a145 commit f9eec38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ module.exports = function (grunt) {
170170
}
171171
),
172172
dev: {
173+
baseDir: './',
173174
outDir: '<%= devDirectory %>',
174175
src: [ '<%= skipTests %>' ]
175176
},

0 commit comments

Comments
 (0)