This issue is related to frequent building of client lib folder in adobe cq5.
Whenever i updating the code in js and css file, the changes are not reflected as soon as saving the related js and css file.
i have to do this url //server:port//libs/granite/ui/content/dumplibs.rebuild.html.
After clicking the "rebuild libraries" button, then only my changes are updated in the html file.
Can i have to configure any file to bypass this process?
Thanks
Instead of invalidating and rebuilding all the libraries via the dumplibs.rebuild.html interface you can just selectively invalidate the changed clientlib manually. The cached copy of clientlibs are stored under
/var/clientlibs. You can navigate to the required components' js and css files under/var/clientlibs/appsor/var/clientlibs/etcand delete them. They will get rebuilt when any page that uses these are requested.Since only select libs are deleted and rebuilt, it's lot faster.