after going through the this link How to implement JavaScript in master page of SharePoint 2013 and JavaScript files are not loading in masterpage for adding a reference for js file , thats residing in the 15 layouts folder, am facing issues.
am not able to get the script executed from master page.
I tried to add the file in the mycustommaster.htm file as well. if i tried to add the line of adding js file reference in mycustommaster.master, its also not reflecting. How to add a reference js file within the custom master using SP 2013 ?
below is my html page's code, where in name="/_layouts/15/1033/NPDSCRIPTS/NPDECBMenu.js is my custom code is kept.
<!--SPM:<SharePoint:ScriptLink language="javascript"
name="suitelinks.js" OnDemand="true" runat="server"
Localizable="false"/>-->
<!--SPM:<SharePoint:Scriptlink language="javscript"
name="/_layouts/15/1033/NPDSCRIPTS/NPDECBMenu.js" OnDemand="true"
runat="server" Localizable="false"/>-->
<!--SPM:<SharePoint:CustomJSUrl runat="server"/>-->
<!--SPM:<SharePoint:SoapDiscoveryLink runat="server"/>-->
<!--SPM:<SharePoint:AjaxDelta id="DeltaPlaceHolderAdditionalPageHead"
Container="false" runat="server">-->


