I had the same issue but all I did was included following statement right at the top of the js file where you want to include this file
<script type="text/javascript" src="abc.js"></script>
Make sure this statement is outside the script tag of this file.....
Leave a comment: