Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Javascript code is not updating

Avatar

Level 2

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.

3 Replies

Avatar

Employee

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

Avatar

Level 4

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

Avatar

Level 9

Hi Salman,

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

Thanks,