차근차근/부트스트랩

가끔 404

예쁜꽃이피었으면 2022. 11. 15. 14:03

 

부트스트랩을 사용한 사이트에서

메뉴이동 시에 가끔 404에러가 난다.

다시 새로고침하면 화면이 나오긴 하는데

무슨 문제일까..

 

https://stackoverflow.com/questions/21773376/bootstrap-trying-to-load-map-file-how-to-disable-it-do-i-need-to-do-it

 

Bootstrap trying to load map file. How to disable it? Do I need to do it?

I'm recently playing with bootsrap3. I compiled it from sources and included distr js and css to my project. The thing is, I see in GH dev tools, that it's trying to get .map.css file. Why does it ...

stackoverflow.com

https://writingdeveloper.blog/286

 

Bootstrap.min.js.map 404 Error 해결방법

부트스트랩 탬플릿을 받아서 사용하다보면 가끔 404 에러를 발생시키기도 하는데 신기하게도 크롬 콘솔에서는 404에러로 잡히지 않지만 서버측 로그를 확인하여보면 404 에러를 발생시키는것을

writingdeveloper.blog

 

프로젝트 내

css/bootstrap.min.css
css/bootstrap.css 하단에서

/*# sourceMappingURL=bootstrap.css.map */ 이렇게 주석처리 하거나 삭제 하라는데

나는 아예 저런 부분이 없음.. 왜 404에러가 나는 걸까..

 

 

 

반응형

'차근차근 > 부트스트랩' 카테고리의 다른 글

부트스트랩 5.1 폰트 바꾸기  (0) 2023.02.02
popover / icon  (0) 2022.10.19
부트스트랩 필요한 링크  (0) 2022.08.11
메뉴 토글 -collapse2  (0) 2022.03.23
메뉴 토글 -collapse  (0) 2022.03.22