You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
348 B
15 lines
348 B
/**
|
|
|
|
@Name:用于打包PC完整版,即包含layui.js和所有模块的完整合并(该文件不会存在于构建后的目录)
|
|
@Author:贤心
|
|
@License:LGPL
|
|
|
|
*/
|
|
|
|
layui.define(function(exports){
|
|
var cache = layui.cache;
|
|
layui.config({
|
|
dir: cache.dir.replace(/lay\/dest\/$/, '')
|
|
});
|
|
exports('layui.all', layui.v);
|
|
});
|
|
|