Javascript code is not updating | Community
Skip to main content
salman18j
Level 2
April 14, 2017

Javascript code is not updating

  • April 14, 2017
  • 3 replies
  • 3390 views

I am facing one very strange issue. I have updated some JS file, but i am still getting old code. If i see file under etc/designs is updated. but compiled file under /var/clientlibs/etc/designs is old. I deleted it but again the old one coming back. Does anybody know this issue? Also tried by restarting the  Granite UI Commons (com.day.cq.cq-widgets) Bundle.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Feike_Visser1
Adobe Employee
Adobe Employee
April 14, 2017

This is indeed strange, what version of AEM are you on?

vjetty
Level 4
April 14, 2017

Hi, Salman

I suggest you to use the following capabilities to resolve your issue. 

1. Invalidate the cache and rebuild your libraries using http://localhost:4502/libs/granite/ui/content/dumplibs.rebuild.html    

2. Check for the duplicate category name for your clientlibs using 

      http://localhost:4502/libs/granite/ui/content/dumplibs.html

Thanks,

Vamsi

MC_Stuff
Level 10
April 15, 2017

Hi Salman,

AFter clearing client libs and before restarting the widget bundle just touch the javascript files and verify.

Thanks,