캐쉬수정은...
검수툴 배포 이후에 새로 사용할 때
- 크롬 브라우저 우측 상단 옵션 선택
- 도구 더보기
- 인터넷 사용기록 삭제
부탁드립니다!
Clear cache & cookies
When you use a browser, like Chrome, it saves some information from websites in its cache and cookies. Clearing them fixes certain problems, like loading or formatting issues on sites. On your computer, open Chrome. At the top right, click More . Click More tools Clear browsing data.
https://support.google.com/accounts/answer/32050?co=GENIE.Platform%3DDesktop&hl=en
가 안먹히니까
후...
f12 누르고 f1 눌러서 밑으로 쭈르륵 가면 네트워크 부분에 캐시 Disable하는 부분 있을텐데 체크하시면앞으로
f12 누를 때마다 캐시 날아갈겁니다한번 해보시고 되는지 말해주세요
정답
<script language="JavaScript" src="js/myscript.js?n=1"></script>
?n=1 이 핵심이다..Clear the cache in JavaScript
Here's a snippet of what I'm using for my latest project. From the controller: if ( IS_DEV ) { $this->view->cacheBust = microtime(true); } else { $this->view->cacheBust = file_exists($versionFile) // The version file exists, encode it ?
https://stackoverflow.com/questions/1011605/clear-the-cache-in-javascript