mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
85155a9895
17 changed files with 286 additions and 245 deletions
|
|
@ -64,9 +64,11 @@ const jsMin = () =>
|
|||
.pipe(gulpif(config.source, sourcemaps.init({ loadMaps: true })))
|
||||
.pipe(replace(/"rainloop\/v\/([^/]+)\/static\/js\/"/g, '"rainloop/v/$1/static/js/min/"'))
|
||||
.pipe(rename({ suffix: '.min' }))
|
||||
.pipe(terser({
|
||||
output: {comments: false}
|
||||
}))
|
||||
.pipe(
|
||||
terser({
|
||||
output: {comments: false}
|
||||
})
|
||||
)
|
||||
.pipe(eol('\n', true))
|
||||
.pipe(gulpif(config.source, sourcemaps.write('./')))
|
||||
.pipe(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue