refac: bootstrap.scss 분리 후 별도 빌드

This commit is contained in:
2022-07-27 21:44:24 +09:00
parent 66d6bbc772
commit 155af45378
32 changed files with 65 additions and 83 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ class WebUtil
$outputs = ["\n"];
foreach (["vendors", "common_ts", ...$entryName] as $moduleName) {
foreach (["vendors", "common_ts", "bootstrap", ...$entryName] as $moduleName) {
foreach (['js', 'css'] as $ext) {
$checkPath = $basePath . "/{$moduleName}.{$ext}";
if (!file_exists($checkPath)) {