Skip to content

Commit f7216f7

Browse files
author
黄书伟
committed
update
1 parent 57a3412 commit f7216f7

40 files changed

+3
-3669
lines changed

build/build.js renamed to build/build-libs.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,3 @@ exec('babel packages --out-dir libs', (error, stdout, stderr) => {
2222
console.log(`stdout: ${stdout}`);
2323
console.log(`stderr: ${stderr}`);
2424
});
25-
26-
/*
27-
exec('babel portal/src --out-dir src', (error, stdout, stderr) => {
28-
if (error) {
29-
console.error(`exec error: ${error}`);
30-
return;
31-
}
32-
console.log(`stdout: ${stdout}`);
33-
console.log(`stderr: ${stderr}`);
34-
});*/
File renamed without changes.
File renamed without changes.
File renamed without changes.

libs/index.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

libs/src/directives/clickoutside.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

libs/src/mixins/layerAdjustment.js

Lines changed: 0 additions & 48 deletions
This file was deleted.

libs/src/settings/settings.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

libs/src/utils/deepClone.js

Lines changed: 0 additions & 212 deletions
This file was deleted.

0 commit comments

Comments
 (0)