升级版本
This commit is contained in:
		
							parent
							
								
									a32378122e
								
							
						
					
					
						commit
						5c40a57297
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -24,6 +24,7 @@ dir.txt
 | 
				
			|||||||
/**/layim-mobile.js
 | 
					/**/layim-mobile.js
 | 
				
			||||||
/**/layim.html
 | 
					/**/layim.html
 | 
				
			||||||
/**/layim.m.html
 | 
					/**/layim.m.html
 | 
				
			||||||
 | 
					
 | 
				
			||||||
release/
 | 
					release/
 | 
				
			||||||
build/
 | 
					build/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -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.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.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)
 | 
					* [2.1.7](http://www.layui.com/doc/base/changelog.html#2-1-7)
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								LICENSE
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								LICENSE
									
									
									
									
									
								
							@ -1,6 +1,6 @@
 | 
				
			|||||||
MIT License
 | 
					MIT License
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Copyright (c) 2016 layui
 | 
					Copyright (c) 2017 layui
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
 | 
					Permission is hereby granted, free of charge, to any person obtaining a copy
 | 
				
			||||||
of this software and associated documentation files (the "Software"), to deal
 | 
					of this software and associated documentation files (the "Software"), to deal
 | 
				
			||||||
 | 
				
			|||||||
@ -193,7 +193,7 @@ gulp.task('all', ['clear'], function(){ //命令:gulp all,过滤layim:gulp
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//打包layer独立版
 | 
					//打包 layer 独立版
 | 
				
			||||||
gulp.task('layer', function(){
 | 
					gulp.task('layer', function(){
 | 
				
			||||||
  var dir = './release/layer';
 | 
					  var dir = './release/layer';
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
@ -204,7 +204,7 @@ gulp.task('layer', function(){
 | 
				
			|||||||
  .pipe(gulp.dest(dir + '/src'));
 | 
					  .pipe(gulp.dest(dir + '/src'));
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//打包layDate独立版
 | 
					//打包 layDate 独立版
 | 
				
			||||||
gulp.task('laydate', function(){
 | 
					gulp.task('laydate', function(){
 | 
				
			||||||
  var dir = './release/laydate';
 | 
					  var dir = './release/laydate';
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
@ -216,7 +216,7 @@ gulp.task('laydate', function(){
 | 
				
			|||||||
  .pipe(gulp.dest(dir + '/src'));
 | 
					  .pipe(gulp.dest(dir + '/src'));
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//打包LayIM版本
 | 
					//打包 LayIM 版本
 | 
				
			||||||
gulp.task('layim', function(){
 | 
					gulp.task('layim', function(){
 | 
				
			||||||
  var dir = './release/zip/layui.layim-v'+ inds.layim;
 | 
					  var dir = './release/zip/layui.layim-v'+ inds.layim;
 | 
				
			||||||
  gulp.src('./release/doc-layim/**/*')
 | 
					  gulp.src('./release/doc-layim/**/*')
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user