i have recently updated my site java script but it is not updating on server why
i have checked after clearing cookies and again tried but no result found
Do you have an example of a URL which doesn’t update?
Clearing cookies doesn’t help. Cache is what might be responsible.
@Admin said:
Do you have an example of a URL which doesn’t update?
if I understand the problem well
you modified main3.js and submitted a new version to the server
but when you open your page in browser it pulls the old main3.js
The reason is probably the cache of cloudflare
go to cloudflare and turn the development mode ON
then edit main3.js and put some comment on top like
/*! this is new updated version 14.4.2018. */
and then test with your browser (clean cache also)
visit this link https://www.mathsisland.cf/main3.js
and you should notice a comment - if is updated
@OxyDac said:
if I understand the problem well
you modified main3.js and submitted a new version to the server
but when you open your page in browser it pulls the old main3.jsThe reason is probably the cache of cloudflare
go to cloudflare and turn the development mode ONthen edit main3.js and put some comment on top like
/*! this is new updated version 14.4.2018. */
and then test with your browser (clean cache also)
visit this link https://www.mathsisland.cf/main3.jsand you should notice a comment - if is updated
Thank You
You were right
YW - I’m glad you succeeded