aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorSam Potts <sam@selz.com>2018-01-22 23:15:52 +1100
committerGitHub <noreply@github.com>2018-01-22 23:15:52 +1100
commit3aa5747c9018b99fe7bc1d8ad4d67cea62ae5489 (patch)
tree4278b90afa91cb8237b9faa5e50909c4ea832fc6 /gulpfile.js
parent6831c3053470d092c11536a837ebf8c1a8b5c530 (diff)
parent5671235fd93eac4554d2c522461df813b589a7f4 (diff)
downloadplyr-3aa5747c9018b99fe7bc1d8ad4d67cea62ae5489.tar.lz
plyr-3aa5747c9018b99fe7bc1d8ad4d67cea62ae5489.tar.xz
plyr-3aa5747c9018b99fe7bc1d8ad4d67cea62ae5489.zip
Merge pull request #760 from sampotts/beta-with-ads
Beta with ads
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 5b7b50f0..09a5ca4a 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -195,7 +195,7 @@ build.sprite('plyr');
// Demo files
build.sass(bundles.demo.sass, 'demo');
-build.js(bundles.demo.js, 'demo', { format: 'es' });
+build.js(bundles.demo.js, 'demo', { format: 'iife' });
// Build all JS
gulp.task('js', () => {