mirror of
https://gitee.com/layui/layui.git
synced 2025-10-07 23:24:32 +08:00
1.0.5
This commit is contained in:
@@ -32,7 +32,7 @@ var task = {
|
||||
,'!./src/lay/all.js'
|
||||
,'!./src/lay/mod.js'
|
||||
]).pipe(uglify())
|
||||
.pipe(header('/** <%= pkg.name %>-v<%= pkg.version %> <%= pkg.license %> license By <%= pkg.homepage %> */\n ;', {pkg: pkg}))
|
||||
.pipe(header('/** <%= pkg.name %>-v<%= pkg.version %> LGPL License By <%= pkg.homepage %> */\n ;', {pkg: pkg}))
|
||||
.pipe(gulp.dest('./build'))
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user