Copy the sp.debug.js file and put it inside C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\1033.
Check below one..
Localizable = false attribute to SharePoint:ScriptLink like below:
Check below one..
Localizable = false attribute to SharePoint:ScriptLink like below:
<SharePoint:ScriptLink language="javascript" name="/foldername/JS/newjsfile.js" Localizable = false runat="server"/>
And
Give the file path and provided file should be deployed inside StyleLibrary...
<script src="/Style%20Library/foldername/scripts/slides.min.jquery.js"type="text/javascript"> </script>