pull/69/head v3.5.0
贤心 2021-05-08 12:37:52 +08:00
parent f1f876188b
commit 9639abaeb5
2 changed files with 2 additions and 2 deletions

2
dist/layer.js vendored

File diff suppressed because one or more lines are too long

View File

@ -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'));
}