require_js not including file

I have used the below code to include js file

{{ require_js(get_asset_url(“../../js/jquery.fullPage.js”)) }}

This code is added in child theme and am not getting any error.

but I am not getting the expected result also. In source code, I am unable to see this file. not sure we can check in source code in hubspot of not? am new comer here. thanks

Hi, @RKhan33 :waving_hand: Thanks for your question.

I’d like to invite some community members to share some troubleshooting tips – hey @Phil_Vallender @Sjardo @weiliang_lee, can you share any tips with a new HubSpot dev?

Thanks for taking a look! — Jaycee

I think that the file you instert that line into, is not being loaded by the main theme. This could happen to some files that are not overwritable by the child-theme.
Can you verify that? Little trick is simply adding some plain HTML and see if that is visible on the site.

Thanks for the troubleshooting tip, @Sjardo :raising_hands: — Jaycee

Where are you adding this?

to the base.html for the child theme? or to the child.js? or somewhere else?

Hi, am adding in base.html to child theme
Get Outlook for Android<>

Thanks for confirming @RKhan33 - are there any warnings or errors in the Design Manager console for the base.html?

There is no warning/error
Get Outlook for Android<>

@RKhan33 can you share a URL to the page where you’re expecting the code to load?