2014-11-26 1 views
1

프로젝트를 로컬에서 실행하거나 환경과 같은 환경에서 실행중인 경우 jawr은 자바 스크립트 파일을 압축하므로 개발자 도구를 실행하고 해당 파일을 디버깅하려고 할 때 압축 된 파일 만 볼 수 있습니다. 원본 압축되지 않은 자바 스크립트 파일을 볼 수 있도록 어떻게 만들 수 있습니까? 그래서 생산 디버깅하기 위해 또는 로컬 당신에게 overrideKey = 디버그를 추가스크립트가 jawr로 컴파일 될 때 개발자 도구에서 디버그하는 방법은 무엇입니까?

While running in production mode, you may view your bundles in debug mode by using jawr.debug.overrideKey. This can be very helpfull when you need to debug issues in a production environment. Simply append overrideKey=(jawr.debug.overrideKey value) to the end of the url. Now your production bundles will be exploded; but only for that request. You may also view individual css and js files by adding the overrideKey to the end of the request.

: jawr 관련 디버그 및 생산 모드에 대한

답변

0

정보는 링크에서 here

을 찾을 수 있습니다 당신의 URL의 끝.

url.com/something?overrideKey=debug

관련 문제