aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-01-20 15:23:36 +1100
committerSam Potts <sam@potts.es>2018-01-20 15:23:36 +1100
commit1dd5c9efd92bddff8b3ecb04ef53775c3c9b5b04 (patch)
treefcc7536d0904397f5db327dfeb26862d6f7a3d7b /gulpfile.js
parent5fad152cbf5b3b1db6098b1a592fdb3e873725a5 (diff)
downloadplyr-1dd5c9efd92bddff8b3ecb04ef53775c3c9b5b04.tar.lz
plyr-1dd5c9efd92bddff8b3ecb04ef53775c3c9b5b04.tar.xz
plyr-1dd5c9efd92bddff8b3ecb04ef53775c3c9b5b04.zip
Converted demo to iife
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', () => {