Transition event fix

This commit is contained in:
Sam Potts
2018-01-19 14:22:26 +11:00
parent 5f96ec6ac2
commit 6831c30534
9 changed files with 13 additions and 13 deletions

View File

@ -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(
{