diff options
author | Sam Potts <me@sampotts.me> | 2018-01-19 14:28:39 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2018-01-19 14:28:39 +1100 |
commit | 98dd818bf61526fe8e69eb85f0fbd3d4efd249b5 (patch) | |
tree | efaacbe03b208d5dcaee81fde6f525affa31f0dc /gulpfile.js | |
parent | 021f6c84605e4e3f2c979d88edd386e36b2a0393 (diff) | |
parent | 6831c3053470d092c11536a837ebf8c1a8b5c530 (diff) | |
download | plyr-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.js | 2 |
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( { |