I am working on a javascript app that users load via a configurable script tag. I have it hosted on its own Google Code project since its open source. Is it ok to have the url that loads the app pointed at the file download link on its Code site? For example:
<script type="text/javascript" src="http://myprojectname.googlecode.com/files/myproject.js"></script>
I know that the common JS libs like jQuery and prototype are hosted similarly, but I want to make sure.