@lotte-innovate/ui-component-test 0.2.13 → 0.2.15
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/post-tinymce.js +4 -5
package/package.json
CHANGED
package/post-tinymce.js
CHANGED
@@ -5,11 +5,10 @@ import { fileURLToPath } from 'url';
|
|
5
5
|
const __filename = fileURLToPath(import.meta.url);
|
6
6
|
const __dirname = path.dirname(__filename);
|
7
7
|
|
8
|
-
const sourceFile = path.join(
|
9
|
-
|
10
|
-
|
11
|
-
);
|
12
|
-
const destinationFile = path.join(__dirname, 'public/tinymce/skins/ui/oxide/content.min.css');
|
8
|
+
const sourceFile = path.join(__dirname, 'public/tinymce/skins/ui/oxide/content.min.css');
|
9
|
+
const destinationFile = path.join(__dirname, '../../test/content.min.css');
|
10
|
+
|
11
|
+
console.log(`디렉토리 경로 ${__dirname}`);
|
13
12
|
|
14
13
|
// sourceDir이 존재하지 않으면 로직 중단
|
15
14
|
if (!fs.existsSync(sourceFile)) {
|