Browse Source

Pull request #1602: KERNEL-6234 统一文件名

Merge in VISUAL/fineui from ~TELLER/fineui:bugfix to master

* commit '5a2aee532e1d4b4fbb68919a970fac34f4d05b9c':
  KERNEL-6234 chore: 改名
es6
Teller 4 years ago
parent
commit
64d5c27078
  1. 0
      dist/resource.js
  2. 2
      lib/postbuild/postbuild.js

0
dist/config.js → dist/resource.js vendored

2
lib/postbuild/postbuild.js

@ -52,4 +52,4 @@ fileList.forEach(filename => {
writeFileSync(sourcefile, content);
});
concat(config, resolve(dest, "config.js"));
concat(config, resolve(dest, "resource.js"));

Loading…
Cancel
Save