Skip to content

Commit

Permalink
Fix definition files not generating
Browse files Browse the repository at this point in the history
  • Loading branch information
zajrik committed Mar 11, 2017
1 parent 98f3d2b commit 32f74aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ gulp.task('build', () => {
.pipe(gulp_sourcemaps.init())
.pipe(project());

tsCompile.pipe(gulp.dest('bin/'));

gulp.src('./src/**/*.js')
.pipe(gulp.dest('bin/'));

Expand Down

0 comments on commit 32f74aa

Please sign in to comment.