mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
restore gulpfile
This commit is contained in:
parent
fbaed0310a
commit
de27ce0432
1 changed files with 6 additions and 6 deletions
12
gulpfile.js
12
gulpfile.js
|
@ -116,12 +116,12 @@ const pipelineJavascript = lazypipe()
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
// .pipe(function () {
|
.pipe(function () {
|
||||||
// return terser({
|
return terser({
|
||||||
// keep_fnames: true,
|
keep_fnames: true,
|
||||||
// mangle: false
|
mangle: false
|
||||||
// });
|
});
|
||||||
// })
|
})
|
||||||
.pipe(function () {
|
.pipe(function () {
|
||||||
return mode.development(sourcemaps.write('.'));
|
return mode.development(sourcemaps.write('.'));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue