mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Update gulpfile.js
This commit is contained in:
parent
760a304798
commit
4cf0ffac2f
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ gulp.task('lib', function () {
|
||||||
streams.push(
|
streams.push(
|
||||||
gulp.src(typeof module === "string" ? module : module.file)
|
gulp.src(typeof module === "string" ? module : module.file)
|
||||||
.pipe(gulpif(global.full, sourcemaps.init()))
|
.pipe(gulpif(global.full, sourcemaps.init()))
|
||||||
.pipe(gulpif(global.full, uglify({ source_map: true })))
|
//.pipe(gulpif(global.full, uglify({ source_map: true })))
|
||||||
.pipe(rename(function (path) {
|
.pipe(rename(function (path) {
|
||||||
if (typeof module !== "string" && module.rename) {
|
if (typeof module !== "string" && module.rename) {
|
||||||
path.basename = module.rename;
|
path.basename = module.rename;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue