Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Changing source maps settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianWeyer committed Oct 5, 2016
1 parent f86527a commit 30fe8d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gulpTasks/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@
return gulp.src(config.source.files.app.ts)
.pipe(sourcemaps.init())
.pipe(ts(tsConfig))
.pipe(sourcemaps.write('.', {
sourceRoot: '../src'
}))
.pipe(sourcemaps.write('.'))
.pipe(gulp.dest(path.join(config.targets.buildFolder, config.targets.appFolder)));
});

Expand Down

0 comments on commit 30fe8d4

Please sign in to comment.