Hi guys,I found a solution and now I am able to use async with Javascript calls, and also have not lost the Versioned Clientibs feature from ACS Commons. I have done the following:a) Used the `nateyolles/aem-clientlib-async` library, available at GitHub;b) This lib is very old so you will need to ma...
Hi,I am working on a project that needs to write the async or defer attributes to the JS import.Basically, the resulting HTML should be something like this:<link rel="stylesheet" href="/etc/clientlibs/my-site/all.css" async>Notice the "async" word/attribute in the end of link tag above. It should be...
Thank you for the answers, I got a better understanding of how search works now.I have another question. Our website is a set of different technologies. We have like:- Most of the pages built with Adobe AEM;- FAQ, Help and some other pages built with Angular JS (external app);- Other pages made with...
Hi smacdonald2008, I am looking for a solution where I don't need to install an external server (for example: external Solr server) - because I don't wanna maintaining that, and also a solution that I don't have to write code to insert/update/delete index information.Does Aem Query Builder always u...
Hi guys, I have been reading about how to implement search in a Adobe AEM site.I have implemented it outside of AEM multiple times before, with Solr/Lucene, and I always had to go with the boring process of having to build code that inserts, updates and deletes content from the Solr/Lucene.My questi...
Hi guys,We've been assessing the use of Hobbes.js as the tool to do our UI testing, and we have reached to a problem regarding to the way the testcases are organized.We are using one Adobe AEM server/instance to host many websites.The problem is that when we access the main Hobbes.js screen (http://...
Hi guys,I have a requirement here in my company that we have to do unit tests on our Javascript files. What do you recommend? (we are already unit testing Java Sling Models, now we want to test javascript code).When I say Javascript I mean the JS files that are inside Clientlibs of custom developed ...
Ok, sorry, now I see, it is clear to me.Because we have the dispatcher and because we can also have a CDN like Akamai, not all requests reach the Adobe AEM server, making it impossible to have a log with all the requests to the asset.