Error during assembly of /etc/designs/mysite/clientlib_base.js
For my production publish environment "minify" is enabled for Adobe Granite HTML Library Manager.
And while rebuilding the Client Libraries through /libs/granite/ui/content/dumplibs.rebuild.html tool, I am encountered with the following error:
building /etc/designs/mysite/clientlib_base.min.js...error: java.io.IOException: Error while reading cached library: javax.jcr.RepositoryException: Error during assembly of /etc/designs/mysite/clientlib_base.js
This is causing problem with few javascript variables being undefined as request to /etc/designs/mysite/clientlib_base.min.js is returning 404 apparently becasue of the above issue during build.
Your suggestion is highly appreciated.
Thanks.