mirror of https://github.com/layui/layer
parent
f1f876188b
commit
9639abaeb5
File diff suppressed because one or more lines are too long
|
@ -20,7 +20,7 @@ var task = {
|
|||
.pipe(gulp.dest('./dist'));
|
||||
|
||||
return gulp.src('./src/layer.js').pipe(uglify())
|
||||
.pipe(header('/** <%= pkg.realname %>-v<%= pkg.version %> <%= pkg.description %> <%= pkg.license %> License */\n ;', {pkg: pkg}))
|
||||
.pipe(header('/*! <%= pkg.realname %>-v<%= pkg.version %> <%= pkg.description %> <%= pkg.license %> License */\n ;', {pkg: pkg}))
|
||||
.pipe(gulp.dest('./dist'));
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue