mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Rebuld npm-shrinkwrap.json
This commit is contained in:
parent
9811fd8f5c
commit
9fb0304f79
4 changed files with 4255 additions and 4 deletions
|
|
@ -423,7 +423,6 @@ gulp.task('js:min', ['js:app', 'js:admin', 'js:validate'], function() {
|
|||
return gulp.src(cfg.paths.staticJS + '*.js')
|
||||
.pipe(replace(/"rainloop\/v\/([^\/]+)\/static\/js\/"/g, '"rainloop/v/$1/static/js/min/"'))
|
||||
.pipe(uglify(cfg.uglify))
|
||||
.pipe(header(getHead() + '\n'))
|
||||
.pipe(eol('\n', true))
|
||||
.pipe(gulp.dest(cfg.paths.staticMinJS))
|
||||
.on('error', gutil.log);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue