aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2018-01-19 14:28:39 +1100
committerSam Potts <me@sampotts.me>2018-01-19 14:28:39 +1100
commit98dd818bf61526fe8e69eb85f0fbd3d4efd249b5 (patch)
treeefaacbe03b208d5dcaee81fde6f525affa31f0dc /gulpfile.js
parent021f6c84605e4e3f2c979d88edd386e36b2a0393 (diff)
parent6831c3053470d092c11536a837ebf8c1a8b5c530 (diff)
downloadplyr-98dd818bf61526fe8e69eb85f0fbd3d4efd249b5.tar.lz
plyr-98dd818bf61526fe8e69eb85f0fbd3d4efd249b5.tar.xz
plyr-98dd818bf61526fe8e69eb85f0fbd3d4efd249b5.zip
Merge branch 'beta' into beta-with-ads
# Conflicts: # demo/dist/demo.js # demo/dist/demo.js.map # dist/plyr.js # dist/plyr.js.map
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 8dc3cf57..5b7b50f0 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -126,8 +126,8 @@ const build = {
gulp.task(name, () =>
gulp
.src(bundles[bundle].js[key])
- .pipe(concat(key))
.pipe(sourcemaps.init())
+ .pipe(concat(key))
.pipe(
rollup(
{