What is a best practice for placing your Javascript files? Can they coexist with Perl files?
Like Most of the Perl files which you use in a project usually recide in custom/bin or httpd/iw or httpd/iw-bin (Some of it is Text Book and some is old school (experts)).
Like wise Javascript are usually in some folder under templatedata and referenced as ../../include/myjscript.js. Others rather prefer to do a common branch and use iwpreconnect.
What is ideal from a javascript point of view can i do this at any point?
<script language="javascript" location="template-type" src="
http://server/iw/includes/myJscript.js"/>
Please anyone like to share their expertise here.
Thank You