Match-id-677dd16a7549e021386e3dccc19510d6948e6a32
This commit is contained in:
parent
31a9a329bd
commit
9e797bc1f4
|
@ -4,7 +4,7 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"horizon"
|
"horizon"
|
||||||
],
|
],
|
||||||
"version": "1.0.0",
|
"version": "0.0.6",
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"bugs": "",
|
"bugs": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
|
@ -23,7 +23,7 @@ const readLib = (lib) => {
|
||||||
ejs.renderFile(path.resolve(__dirname, './template.ejs'), {
|
ejs.renderFile(path.resolve(__dirname, './template.ejs'), {
|
||||||
Horizon: readLib(`horizon.${suffix}`),
|
Horizon: readLib(`horizon.${suffix}`),
|
||||||
}, null, function(err, result) {
|
}, null, function(err, result) {
|
||||||
const common3rdLibPath = path.resolve(__dirname, `${libPathPrefix}/common3rdlib.min.js`)
|
const common3rdLibPath = path.resolve(__dirname, `${libPathPrefix}/horizonCommon3rdlib.min.js`)
|
||||||
rimRaf(common3rdLibPath, e => {
|
rimRaf(common3rdLibPath, e => {
|
||||||
if (e) {
|
if (e) {
|
||||||
console.log(e)
|
console.log(e)
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue