js2ts: vendor, evergreen browsers
- IE11 제외(webpack) - vendor에 bootstrap, jquery 번들 - common.js에서 번들된 jquery, bootstrap 초기화 - 기본 printJS 코드를 common_path, vendors, common으로 고정
This commit is contained in:
@@ -29,9 +29,8 @@ $templates = new \League\Plates\Engine(__DIR__.'/templates');
|
||||
<?=WebUtil::printCSS('../d_shared/common.css')?>
|
||||
<?=WebUtil::printCSS('css/common.css')?>
|
||||
<?=WebUtil::printCSS('css/hallOfFame.css')?>
|
||||
|
||||
<?=WebUtil::printJS('../e_lib/jquery-3.3.1.min.js')?>
|
||||
<?=WebUtil::printJS('../e_lib/bootstrap.bundle.min.js')?>
|
||||
<?=WebUtil::printJS('../d_shared/common_path.js')?>
|
||||
<?=WebUtil::printJS('js/vendors.js')?>
|
||||
<?=WebUtil::printJS('js/common.js')?>
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user