Hi,Thanks for the suggestion.I tried using the sling rewriter and able to rewrite the links for clientlibs and dam assets.Now the assets are being rewritten as :http://localhost:4502/company/global.csshttp://localhost:4502/company/abc.jsBut I am not able to render them as AEM is not resolving it.I e...
Hi,For the assets references in the page, we have links as /content/dam/xx/abc.png . Is it possible not to expose the internal path of the asset (/content/dam) , so that we can have a link as /xx/abc.png in the page which is resolved to the actual path internally and displays the asset properly over...
Hi,We are using AEM 6.0 ,our aem components is based using sightly and only our base page uses jsp. The generated HTML is produced with lots of white-spaces , extra lines thus increasing the size of the page and impacting the performance of the page. How we remove the white-spaces introduced in our ...