diff --git a/Working-for-Web-(HTML5).md b/Working-for-Web-(HTML5).md index 2f9ec69..eed23d8 100644 --- a/Working-for-Web-(HTML5).md +++ b/Working-for-Web-(HTML5).md @@ -305,4 +305,8 @@ Q: Failing to play sounds? (``Uncaught ReferenceError: ccall is not defined at d A: Add this argument in the compiler line ``-s EXPORTED_RUNTIME_METHODS=ccall``. +Q: Why don't I see the changes I compiled being applied? + +Your web broswer may be caching the game; you need to clear the cache. In most browsers the shortcut Shift+F5 or Ctrl+F5 will fully reload the page. + **Please, feel free to add here your FAQ/Issues to help others!!!**