mirror of https://github.com/layui/layui
修改代码规范
parent
f6f7411f91
commit
b367b37945
|
@ -27,7 +27,7 @@ var sourceFileMap = [
|
||||||
'src/lay/modules/util.js',
|
'src/lay/modules/util.js',
|
||||||
'src/lay/modules/mobile/zepto.js',
|
'src/lay/modules/mobile/zepto.js',
|
||||||
'src/lay/modules/mobile/layer-mobile.js',
|
'src/lay/modules/mobile/layer-mobile.js',
|
||||||
'src/lay/modules/mobile/upload-mobile.js',
|
'src/lay/modules/mobile/upload-mobile.js'
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -44,7 +44,6 @@ sourceFileMap.filter(function (uri) {
|
||||||
|
|
||||||
module.exports = function (config) {
|
module.exports = function (config) {
|
||||||
return {
|
return {
|
||||||
|
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
basePath: '',
|
basePath: '',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue