mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move polyfills to bundle
This commit is contained in:
parent
d69610dc70
commit
ca01ca50b1
5 changed files with 27 additions and 7206 deletions
|
@ -113,7 +113,7 @@ function copy() {
|
|||
function injectBundle() {
|
||||
return src('src/index.html', {base: './src/'})
|
||||
.pipe(inject(
|
||||
src(['src/polyfill.js', 'src/scripts/apploader.js'], {read: false}, {base: './src/'}), {relative: true}
|
||||
src(['src/scripts/apploader.js'], {read: false}, {base: './src/'}), {relative: true}
|
||||
))
|
||||
.pipe(dest('dist/'))
|
||||
.pipe(browserSync.stream());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue