HTML Path referenced in Javascript - How does AEM resolve it?
Hi everyone,
I am running into an issue incorporating an existing site into AEM, specifically with Javascript. I have created a client library and it contains a Javascript file that has the following:
"var e="assets/panels.html #"
How does AEM resolve this Javascript? In other words, is it trying to find the file from the var directory where the minified client library is being served? Or somewhere else?
I created a Page called "panels" at the following path: /content/aoswh3/bth/panels. When I replaced the path in the JS above to that, it did not appear to work and I saw no Javascript errors in the console.
Any ideas?
Thank you,
Ali
