Meteor에서 스타일 시트 및 js 파일을로드하려고합니다. index.html 파일이 있습니다. 이것은 내가 처음에 무엇을하고 있었는지입니다 : Meteor가 외부 CSS 및 JS 파일을로드하지 않습니다.
<link href="assets/plugins/boostrapv3/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="assets/css/animate.min.css" rel="stylesheet" type="text/css"/>
<link href="assets/plugins/jquery-scrollbar/jquery.scrollbar.css" rel="stylesheet" type="text/css"/>
는 스타일 시트 파일과 스크립트 파일을 많이 있었다. 이것은 잘 작동하지만, 'localhost : 3000/manage-user/add'와 같은 URL을 작성하면 모든 것이 작동하지 않습니다. 나는 그들이
lib 폴더를 만들고이 폴더에서
css과
js 폴더를 만들 필요가 있다고 언급했지만 필자의 파일, 특히 'style.css'파일은 부트 스트랩과 모든 스타일을 오버라이드합니다.
과 같이 가져 오려고하면 프로젝트 폴더 및 파일 구조가 사용자의 상황을 이해하는 데 도움이됩니다. – ghybs