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
I use various options:
js.txt
orcss.txt
file for the library I want to rebuild, go to the end, then hit the enter key to add a new line at the bottom - this usually causes the lib to rebuild, and it is usually the fastest mechanism for me when I am working on UI stuff (in CRXDE Lite).http://localhost:4502/libs/granite/ui/content/dumplibs.rebuild.html?invalidate=true
but don't rebuild the client libs (since that takes too long and rebuilds more than I need to rebuild)./var/clientlibs
as a last resort (or restart my CQ instance if I have to do this a lot)I wish I understood why sometimes CQ rebuilds the library and at other times does not when I seemingly perform the same steps. But regardless, I hope this will help or be of use to someone else.