mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Update gulpfile.js
This commit is contained in:
parent
d41b4585cf
commit
760a304798
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ gulp.task('npm', function () {
|
||||||
streams.push(
|
streams.push(
|
||||||
gulp.src(file)
|
gulp.src(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((path => { path.basename = module })))
|
.pipe(rename((path => { path.basename = module })))
|
||||||
.pipe(gulpif(global.full, sourcemaps.write('../maps')))
|
.pipe(gulpif(global.full, sourcemaps.write('../maps')))
|
||||||
.pipe(gulp.dest(path.join(paths.wwwroot, paths.npm.dest)))
|
.pipe(gulp.dest(path.join(paths.wwwroot, paths.npm.dest)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue