升级版本

This commit is contained in:
sentsin 2017-12-07 15:51:12 +08:00
parent a32378122e
commit 5c40a57297
4 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -24,6 +24,7 @@ dir.txt
/**/layim-mobile.js
/**/layim.html
/**/layim.m.html
release/
build/

View File

@ -1,5 +1,8 @@
# 更新日志
* [2.2.4](http://www.layui.com/doc/base/changelog.html#2-2-4)
* [2.2.3](http://www.layui.com/doc/base/changelog.html#2-2-3)
* [2.2.2](http://www.layui.com/doc/base/changelog.html#2-2-2)
* [2.2.1](http://www.layui.com/doc/base/changelog.html#2-2-1)
* [2.2.0](http://www.layui.com/doc/base/changelog.html#2-2-0)
* [2.1.7](http://www.layui.com/doc/base/changelog.html#2-1-7)

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2016 layui
Copyright (c) 2017 layui
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -193,7 +193,7 @@ gulp.task('all', ['clear'], function(){ //命令gulp all过滤layimgulp
}
});
//打包layer独立版
//打包 layer 独立版
gulp.task('layer', function(){
var dir = './release/layer';
@ -204,7 +204,7 @@ gulp.task('layer', function(){
.pipe(gulp.dest(dir + '/src'));
});
//打包layDate独立版
//打包 layDate 独立版
gulp.task('laydate', function(){
var dir = './release/laydate';
@ -216,7 +216,7 @@ gulp.task('laydate', function(){
.pipe(gulp.dest(dir + '/src'));
});
//打包LayIM版本
//打包 LayIM 版本
gulp.task('layim', function(){
var dir = './release/zip/layui.layim-v'+ inds.layim;
gulp.src('./release/doc-layim/**/*')