Hi,
I am going by this AEM documentation for adding "Dependencies" in HTL Javascript file. HTL JavaScript Use-API .
This is how I am trying to access dependent js file.
When I add dependency i.e. MyUtils.js file in my javascript I get below error:
org.apache.sling.scripting.sightly.SightlyException: javax.script.ScriptException: Failure running script /apps/social/samples/components/mainmastertemplate/mainmastertemplate.js: Required script resource could not be located: ./MyUtils.js. The caller is /apps/social/samples/components/mainmastertemplate/mainmastertemplate.js
What's the correct way to access "Dependencies" in HTL js file?
Regards,
Ganesh
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Can you try with use(['MyUtils.js'], function(utils))
if doesn't work, give the complete path from /apps/.....MyUtils.js
Hi,
Can you try with use(['MyUtils.js'], function(utils))
if doesn't work, give the complete path from /apps/.....MyUtils.js
Thank you Arun. It works now
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies