I'm currently working on an add-on
for the ckeditor.
And until, I recently needed to switch from working directly with the html-files ('file:///C:/Users/.../index.html')
to working with an local Apache Webserver (localhost or 127.0.0.1/index.html)
, I set up with XAMPP
, the Javascript-files
that are included in the html file won't load properly.
Now matter how often I try to reload the html-file in my browser, the changes i made in my js.files
,
won't load until a minute after the changes have been made. // Quite exactly a minute
Can anyone tell me what I'm doing wrong or how to fix this? It's quite anyoning and impossible to get any work done at all.