Skip to content

Commit 0bbd9cc

Browse files
committed
Add map file to dist folder
Fixes #237
1 parent 50f31c8 commit 0bbd9cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gulpfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ gulp.task('release', ['browserify', 'browserify:min'], function () {
114114
gulp.src('./build/sockjs.js')
115115
.pipe(rename(libName + '.js'))
116116
.pipe(gulp.dest('./dist/'));
117+
118+
gulp.src('./build/sockjs.js.map')
119+
.pipe(gulp.dest('./dist/'));
117120
});
118121

119122
gulp.task('stable-release', ['release'], function () {

0 commit comments

Comments
 (0)