mirror of
https://github.com/esiur/esiur-js.git
synced 2025-05-06 04:22:58 +00:00
template generator
This commit is contained in:
parent
406423f48c
commit
c3365773c5
15625
build/esiur.js
Normal file
15625
build/esiur.js
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "esiur",
|
"name": "esiur",
|
||||||
"version": "2.2.8",
|
"version": "2.2.9",
|
||||||
"description": "Distributed Object Framework",
|
"description": "Distributed Object Framework",
|
||||||
"main": "esiur.js",
|
"main": "esiur.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -267,7 +267,7 @@ export default class TemplateGenerator {
|
|||||||
// no longer needed
|
// no longer needed
|
||||||
Warehouse.remove(con);
|
Warehouse.remove(con);
|
||||||
|
|
||||||
let dstDir = `lib/${dir}`;
|
let dstDir = `${dir}`;
|
||||||
|
|
||||||
|
|
||||||
if (!fs.existsSync(dstDir)){
|
if (!fs.existsSync(dstDir)){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user