mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 02:18:16 -07:00
restore gulpfile
This commit is contained in:
parent
fbaed0310a
commit
de27ce0432
12
gulpfile.js
12
gulpfile.js
@ -116,12 +116,12 @@ const pipelineJavascript = lazypipe()
|
||||
]
|
||||
});
|
||||
})
|
||||
// .pipe(function () {
|
||||
// return terser({
|
||||
// keep_fnames: true,
|
||||
// mangle: false
|
||||
// });
|
||||
// })
|
||||
.pipe(function () {
|
||||
return terser({
|
||||
keep_fnames: true,
|
||||
mangle: false
|
||||
});
|
||||
})
|
||||
.pipe(function () {
|
||||
return mode.development(sourcemaps.write('.'));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user