diff options
author | Sam Potts <sam@potts.es> | 2018-01-20 15:23:36 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-01-20 15:23:36 +1100 |
commit | 1dd5c9efd92bddff8b3ecb04ef53775c3c9b5b04 (patch) | |
tree | fcc7536d0904397f5db327dfeb26862d6f7a3d7b /gulpfile.js | |
parent | 5fad152cbf5b3b1db6098b1a592fdb3e873725a5 (diff) | |
download | plyr-1dd5c9efd92bddff8b3ecb04ef53775c3c9b5b04.tar.lz plyr-1dd5c9efd92bddff8b3ecb04ef53775c3c9b5b04.tar.xz plyr-1dd5c9efd92bddff8b3ecb04ef53775c3c9b5b04.zip |
Converted demo to iife
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 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', () => { |