재우니의 블로그

 

/Content/less/normalize.less' 경로에 대한 컨트롤러가 없거나 이 컨트롤러가 IController를 구현하지 않습니다.

 

BOOTSTRAP 으로 ASP.NET MVC 를 개발하다보면 EDGE 브라우저에서 위와 같은 모든 CSS 파일에 대해 LESS 파일이 존재하지 않는다고 디버깅 오류에 찍히곤 합니다. 다른 브라우저에서는 발생되지 않는데 엣지 EDGE 브라우저에서만 발생되는 현상입니다.

 

 

 

그래서 이를 찾아봤는데 아래 사이트 처럼,  /*# sourceMappingURL=bootstrap-theme.min.css.map */  이 부분을 제거하면 깔끔해 진다고 합니다.

위치는 bootstrap.css 파일 제일 하단 부분에 존재합니다.

 

https://github.com/MaxCDN/bootstrap-cdn/issues/629

@patrickhlauke @cvrebert would it be possible to remove /*# sourceMappingURL=bootstrap-theme.min.css.map */ from the .min files on build?

Or at least help me understand why it is necessary?

We prefer to serve the exact file from GitHub so everyone can be assured that we are not injecting anything, hence why we leave it in.

Thanks!