From 5c40a572978947605ea72571b78f38f4c10f6365 Mon Sep 17 00:00:00 2001 From: sentsin Date: Thu, 7 Dec 2017 15:51:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + CHANGELOG.md | 3 +++ LICENSE | 2 +- gulpfile.js | 6 +++--- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fa69899..261494b 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ dir.txt /**/layim-mobile.js /**/layim.html /**/layim.m.html + release/ build/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 7120898..6c048f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/LICENSE b/LICENSE index be179b1..37828d0 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/gulpfile.js b/gulpfile.js index 240a118..2068c52 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -193,7 +193,7 @@ gulp.task('all', ['clear'], function(){ //命令:gulp all,过滤layim:gulp } }); -//打包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/**/*')